public final class DebugLogPublisherCfgDefn extends ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
Debug Log Publishers are responsible for distributing debug log messages from the debug logger to a destination.
Modifier and Type | Method and Description |
---|---|
DebugLogPublisherCfgClient |
createClientConfiguration(ManagedObject<? extends DebugLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DebugLogPublisherCfg |
createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg> |
getDebugTargetsRelationDefinition()
Get the "debug-targets" relation definition.
|
BooleanPropertyDefinition |
getDefaultDebugExceptionsOnlyPropertyDefinition()
Get the "default-debug-exceptions-only" property definition.
|
BooleanPropertyDefinition |
getDefaultIncludeThrowableCausePropertyDefinition()
Get the "default-include-throwable-cause" property definition.
|
BooleanPropertyDefinition |
getDefaultOmitMethodEntryArgumentsPropertyDefinition()
Get the "default-omit-method-entry-arguments" property definition.
|
BooleanPropertyDefinition |
getDefaultOmitMethodReturnValuePropertyDefinition()
Get the "default-omit-method-return-value" property definition.
|
IntegerPropertyDefinition |
getDefaultThrowableStackFramesPropertyDefinition()
Get the "default-throwable-stack-frames" property definition.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static DebugLogPublisherCfgDefn |
getInstance()
Get the Debug Log Publisher configuration definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<DebugLogPublisherCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static DebugLogPublisherCfgDefn getInstance()
public DebugLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends DebugLogPublisherCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
impl
- The managed object.public DebugLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
impl
- The server managed object.public Class<DebugLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DebugLogPublisherCfgClient,DebugLogPublisherCfg>
public BooleanPropertyDefinition getDefaultDebugExceptionsOnlyPropertyDefinition()
Indicates whether only logs with exception should be logged.
public BooleanPropertyDefinition getDefaultIncludeThrowableCausePropertyDefinition()
Indicates whether to include the cause of exceptions in exception thrown and caught messages logged by default.
public BooleanPropertyDefinition getDefaultOmitMethodEntryArgumentsPropertyDefinition()
Indicates whether to include method arguments in debug messages logged by default.
public BooleanPropertyDefinition getDefaultOmitMethodReturnValuePropertyDefinition()
Indicates whether to include the return value in debug messages logged by default.
public IntegerPropertyDefinition getDefaultThrowableStackFramesPropertyDefinition()
Indicates the number of stack frames to include in the stack trace for method entry and exception thrown messages.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Debug Log Publisher is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the Debug Log Publisher implementation.
public InstantiableRelationDefinition<DebugTargetCfgClient,DebugTargetCfg> getDebugTargetsRelationDefinition()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.