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 AbstractLogObjectGeneratorRat. m_LogGeneratorthe generator for the log objects.Methods in adams.flow.standalone that return AbstractLogObjectGenerator Modifier and Type Method Description AbstractLogObjectGeneratorRat. 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 voidRat. 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 classLogEntryGeneratorGenerates simple LogEntry objects.classSimpleStringGeneratorGenerates a simple string from actor path, type and message.
-