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 class
AbstractEnhancingSingleHandler
Ancestor for log handlers that enhance a single handler.class
ConsolePanelHandler
Specialized logger for outputting the logging in theConsolePanel
.class
FileHandler
Sends all logging output to the specified log file.class
MultiHandler
Combines multiple handlers.class
NullHandler
Suppresses all output.class
RemoteReceiveHandler
Waits for log records from a remote sender.class
RemoteSendHandler
Sends the log records to the specified host/port.class
RotatingFileHandler
Allows for rotating log files.class
SimpleConsoleHandler
Specialized logger for outputting the logging in the console.Methods in adams.core.logging with parameters of type AbstractLogHandler Modifier and Type Method Description void
LoggingListener. 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 void
LogEvent. logEventOccurred(AbstractLogHandler source, LogRecord record)
Gets called in case of a log event.
-