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 SimpleOutputSimpleLogging. m_Outputthe output to use.Methods in adams.flow.sink that return SimpleOutput Modifier and Type Method Description SimpleOutputSimpleLogging. getOutput()Returns the type of output to use.Methods in adams.flow.sink with parameters of type SimpleOutput Modifier and Type Method Description voidSimpleLogging. 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 classAbstractSimpleOutputAncestor for output schemes.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.Fields in adams.flow.sink.simplelogging.output declared as SimpleOutput Modifier and Type Field Description protected SimpleOutput[]MultiOutput. m_Outputsthe 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 voidMultiOutput. setOutputs(SimpleOutput[] value)Sets the outputs to use.
-