Uses of Interface
adams.core.logging.EnhancingSingleHandler
-
Packages that use EnhancingSingleHandler Package Description adams.core.logging -
-
Uses of EnhancingSingleHandler in adams.core.logging
Classes in adams.core.logging that implement EnhancingSingleHandler Modifier and Type Class Description classAbstractEnhancingSingleHandlerAncestor for log handlers that enhance a single handler.classRemoteReceiveHandlerWaits for log records from a remote sender.Methods in adams.core.logging with parameters of type EnhancingSingleHandler Modifier and Type Method Description static StringLoggingHelper. unwrapDefaultHandler(EnhancingSingleHandler wrapper)Removes the layer introduced by the provided handler in the default handler, but only if wrapped.static StringLoggingHelper. wrapDefaultHandler(EnhancingSingleHandler wrapper)Wraps the default handler in the provided handler, but only if not already wrapped.
-