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 classConsoleOutputJust outputs the message via stdout.classFileOutputAppends the log messages to the specified file.classMultiOutputOutputs the log message with all the specified sub-outputs.classRotatingFileOutputAppends the log messages to the specified file, but also allows for rotating them.
-