Interface SimpleOutput
-
- All Superinterfaces:
FlowContextHandler,QuickInfoSupporter
- All Known Implementing Classes:
AbstractSimpleOutput,ConsoleOutput,FileOutput,MultiOutput,RotatingFileOutput
public interface SimpleOutput extends FlowContextHandler, QuickInfoSupporter
Interface for schemes that output logging messages.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringlogMessage(String msg)Logs the (formatted) logging 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
-
-