Uses of Class
adams.core.logging.AbstractLogHandler
-
Packages that use AbstractLogHandler Package Description adams.core.logging adams.flow.standalone -
-
Uses of AbstractLogHandler in adams.core.logging
Subclasses of AbstractLogHandler in adams.core.logging Modifier and Type Class Description classAbstractEnhancingSingleHandlerAncestor for log handlers that enhance a single handler.classConsolePanelHandlerSpecialized logger for outputting the logging in theConsolePanel.classFileHandlerSends all logging output to the specified log file.classMultiHandlerCombines multiple handlers.classNullHandlerSuppresses all output.classRemoteReceiveHandlerWaits for log records from a remote sender.classRemoteSendHandlerSends the log records to the specified host/port.classRotatingFileHandlerAllows for rotating log files.classSimpleConsoleHandlerSpecialized logger for outputting the logging in the console.Methods in adams.core.logging with parameters of type AbstractLogHandler Modifier and Type Method Description voidLoggingListener. logEventOccurred(AbstractLogHandler source, LogRecord record)Gets called in case of a log event. -
Uses of AbstractLogHandler in adams.flow.standalone
Methods in adams.flow.standalone with parameters of type AbstractLogHandler Modifier and Type Method Description voidLogEvent. logEventOccurred(AbstractLogHandler source, LogRecord record)Gets called in case of a log event.
-