Uses of Class
org.opends.server.loggers.TraceSettings
-
Packages that use TraceSettings Package Description org.opends.server.loggers Contains implementations of Directory Server access, error, and debug loggers. -
-
Uses of TraceSettings in org.opends.server.loggers
Fields in org.opends.server.loggers declared as TraceSettings Modifier and Type Field Description static TraceSettings
TraceSettings. DISABLED
A TraceSettings object representing a fully disabled trace state.Methods in org.opends.server.loggers that return TraceSettings Modifier and Type Method Description protected static TraceSettings
TraceSettings. parseTraceSettings(String value)
Parse trace settings from the string representation.Methods in org.opends.server.loggers with parameters of type TraceSettings Modifier and Type Method Description void
ConsoleDebugLogPublisher. trace(TraceSettings settings, String signature, String sourceLocation, String msg, Throwable exception, StackTraceElement[] stackTrace)
void
TextDebugLogPublisher. trace(TraceSettings settings, String signature, String sourceLocation, String msg, Throwable exception, StackTraceElement[] stackTrace)
-