Package adams.flow.sink.simplelogging.output
-
Interface Summary Interface Description SimpleOutput Interface for schemes that output logging messages. -
Class Summary Class Description AbstractSimpleOutput Ancestor for output schemes.ConsoleOutput Just outputs the message via stdout.FileOutput Appends the log messages to the specified file.MultiOutput Outputs the log message with all the specified sub-outputs.RotatingFileOutput Appends the log messages to the specified file, but also allows for rotating them.