|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DebugTargetCfg
A server-side interface for querying Debug Target settings.
Debug Targets define the types of messages logged by the debug logPublisher.
Method Summary | |
---|---|
void |
addChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
Register to be notified when this Debug Target is changed. |
java.lang.Class<? extends DebugTargetCfg> |
configurationClass()
Gets the configuration class associated with this Debug Target. |
java.util.SortedSet<DebugTargetCfgDefn.DebugCategory> |
getDebugCategory()
Gets the "debug-category" property. |
DebugTargetCfgDefn.DebugLevel |
getDebugLevel()
Gets the "debug-level" property. |
java.lang.String |
getDebugScope()
Gets the "debug-scope" property. |
int |
getThrowableStackFrames()
Gets the "throwable-stack-frames" property. |
boolean |
isIncludeThrowableCause()
Gets the "include-throwable-cause" property. |
boolean |
isOmitMethodEntryArguments()
Gets the "omit-method-entry-arguments" property. |
boolean |
isOmitMethodReturnValue()
Gets the "omit-method-return-value" property. |
void |
removeChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
Deregister an existing Debug Target configuration change listener. |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends DebugTargetCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
listener
- The Debug Target configuration change listener.void removeChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
listener
- The Debug Target configuration change listener.java.util.SortedSet<DebugTargetCfgDefn.DebugCategory> getDebugCategory()
Specifies the debug message categories to be logged.
DebugTargetCfgDefn.DebugLevel getDebugLevel()
Specifies the lowest severity level of debug messages to log.
java.lang.String getDebugScope()
Specifies the fully-qualified OpenDS Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp).
boolean isIncludeThrowableCause()
Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages.
boolean isOmitMethodEntryArguments()
Specifies the property to indicate whether to include method arguments in debug messages.
boolean isOmitMethodReturnValue()
Specifies the property to indicate whether to include the return value in debug messages.
int getThrowableStackFrames()
Specifies the property to indicate the number of stack frames to include in the stack trace for method entry and exception thrown messages.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |