Interface SimpleFormat
-
- All Superinterfaces:
FlowContextHandler,QuickInfoSupporter
- All Known Implementing Classes:
AbstractSimpleFormat,NoFormat,TimestampedFormat
public interface SimpleFormat extends FlowContextHandler, QuickInfoSupporter
Interface for schemes that format logging messages.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringformatMessage(String msg)Formats the logging message and returns the updated message.booleanrequiresFlowContext()Returns whether flow context is really required.-
Methods inherited from interface adams.flow.core.FlowContextHandler
getFlowContext, setFlowContext
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-