Uses of Interface
adams.flow.sink.simplelogging.output.SimpleOutput
-
Packages that use SimpleOutput Package Description adams.flow.sink adams.flow.sink.simplelogging.output -
-
Uses of SimpleOutput in adams.flow.sink
Fields in adams.flow.sink declared as SimpleOutput Modifier and Type Field Description protected SimpleOutput
SimpleLogging. m_Output
the output to use.Methods in adams.flow.sink that return SimpleOutput Modifier and Type Method Description SimpleOutput
SimpleLogging. getOutput()
Returns the type of output to use.Methods in adams.flow.sink with parameters of type SimpleOutput Modifier and Type Method Description void
SimpleLogging. setOutput(SimpleOutput value)
Sets the type of output to use. -
Uses of SimpleOutput in adams.flow.sink.simplelogging.output
Classes in adams.flow.sink.simplelogging.output that implement SimpleOutput Modifier and Type Class Description class
AbstractSimpleOutput
Ancestor for output schemes.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.Fields in adams.flow.sink.simplelogging.output declared as SimpleOutput Modifier and Type Field Description protected SimpleOutput[]
MultiOutput. m_Outputs
the underlying outputs.Methods in adams.flow.sink.simplelogging.output that return SimpleOutput Modifier and Type Method Description SimpleOutput[]
MultiOutput. getOutputs()
Returns the outputs in use.Methods in adams.flow.sink.simplelogging.output with parameters of type SimpleOutput Modifier and Type Method Description void
MultiOutput. setOutputs(SimpleOutput[] value)
Sets the outputs to use.
-