adams.flow.sink.SimpleLogging
Turns the incoming objects into strings, formats them with the selected formatter and then outputs them with the specified output(s).
Flow input/output:
- input: adams.flow.core.Unknown
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
min-user-mode | Expert |
The name of the actor.
command-line | -name <java.lang.String> |
default | SimpleLogging |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
min-user-mode | Expert |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
min-user-mode | Expert |
If enabled, the specified custom renderer is used for turning the object into a string rather than automatically determining a renderer.
command-line | -use-custom-renderer <boolean> |
default | false |
The custom renderer to use.
command-line | -custom-renderer <adams.data.textrenderer.TextRenderer> |
default | adams.data.textrenderer.DefaultTextRenderer |
The formatting scheme to use.
command-line | -format <adams.flow.sink.simplelogging.format.SimpleFormat> |
default | adams.flow.sink.simplelogging.format.NoFormat |
The type of output to use for the formatted message.
command-line | -output <adams.flow.sink.simplelogging.output.SimpleOutput> |
default | adams.flow.sink.simplelogging.output.ConsoleOutput |