Uses of Interface
com.identityworksllc.iiq.common.logging.LogListener
-
Packages that use LogListener Package Description com.identityworksllc.iiq.common.logging -
-
Uses of LogListener in com.identityworksllc.iiq.common.logging
Fields in com.identityworksllc.iiq.common.logging with type parameters of type LogListener Modifier and Type Field Description static ThreadLocal<LogListener>
LogCapture. listener
The log message listener for this thread; if a listener is defined, no messages will be storedMethods in com.identityworksllc.iiq.common.logging with parameters of type LogListener Modifier and Type Method Description static void
LogCapture. setListener(LogListener _listener)
Sets the log listener for the current thread to the given listener object.static void
LogCapture. startInterception(LogListener _listener, String... loggers)
Starts log interception if it hasn’t already been started
-