Uses of Class
adams.flow.standalone.rats.log.AbstractLogObjectGenerator
-
Packages that use AbstractLogObjectGenerator Package Description adams.flow.standalone adams.flow.standalone.rats.log -
-
Uses of AbstractLogObjectGenerator in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractLogObjectGenerator Modifier and Type Field Description protected AbstractLogObjectGenerator
Rat. m_LogGenerator
the generator for the log objects.Methods in adams.flow.standalone that return AbstractLogObjectGenerator Modifier and Type Method Description AbstractLogObjectGenerator
Rat. getLogGenerator()
Returns the generator for turning error messages into log objects.Methods in adams.flow.standalone with parameters of type AbstractLogObjectGenerator Modifier and Type Method Description void
Rat. setLogGenerator(AbstractLogObjectGenerator value)
Sets the generator for turning error messages into log objects. -
Uses of AbstractLogObjectGenerator in adams.flow.standalone.rats.log
Subclasses of AbstractLogObjectGenerator in adams.flow.standalone.rats.log Modifier and Type Class Description class
LogEntryGenerator
Generates simple LogEntry objects.class
SimpleStringGenerator
Generates a simple string from actor path, type and message.
-