Uses of Interface
adams.flow.sink.simplelogging.format.SimpleFormat
-
Packages that use SimpleFormat Package Description adams.flow.sink adams.flow.sink.simplelogging.format -
-
Uses of SimpleFormat in adams.flow.sink
Fields in adams.flow.sink declared as SimpleFormat Modifier and Type Field Description protected SimpleFormatSimpleLogging. m_Formatthe formatter to use.Methods in adams.flow.sink that return SimpleFormat Modifier and Type Method Description SimpleFormatSimpleLogging. getFormat()Returns the formatting scheme to use.Methods in adams.flow.sink with parameters of type SimpleFormat Modifier and Type Method Description voidSimpleLogging. setFormat(SimpleFormat value)Sets the formatting scheme to use. -
Uses of SimpleFormat in adams.flow.sink.simplelogging.format
Classes in adams.flow.sink.simplelogging.format that implement SimpleFormat Modifier and Type Class Description classAbstractSimpleFormatAncestor for simple formatting schemes.classNoFormatApplies no formatting, just forwards the message as is.classTimestampedFormatOutputs the message using the specified format.
-