Uses of Class
adams.flow.sink.simplelogging.output.AbstractSimpleOutput
-
Packages that use AbstractSimpleOutput Package Description adams.flow.sink.simplelogging.output -
-
Uses of AbstractSimpleOutput in adams.flow.sink.simplelogging.output
Subclasses of AbstractSimpleOutput in adams.flow.sink.simplelogging.output Modifier and Type Class Description class
ConsoleOutput
Just outputs the message via stdout.class
FileOutput
Appends the log messages to the specified file.class
MultiOutput
Outputs the log message with all the specified sub-outputs.class
RotatingFileOutput
Appends the log messages to the specified file, but also allows for rotating them.
-