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 SimpleFormat
SimpleLogging. m_Format
the formatter to use.Methods in adams.flow.sink that return SimpleFormat Modifier and Type Method Description SimpleFormat
SimpleLogging. getFormat()
Returns the formatting scheme to use.Methods in adams.flow.sink with parameters of type SimpleFormat Modifier and Type Method Description void
SimpleLogging. 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 class
AbstractSimpleFormat
Ancestor for simple formatting schemes.class
NoFormat
Applies no formatting, just forwards the message as is.class
TimestampedFormat
Outputs the message using the specified format.
-