Package adams.flow.standalone.rats.log
Class AbstractLogObjectGenerator<T>
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.flow.standalone.rats.log.AbstractLogObjectGenerator<T>
-
- All Implemented Interfaces:
adams.core.Destroyable,adams.core.GlobalInfoSupporter,adams.core.logging.LoggingLevelHandler,adams.core.logging.LoggingSupporter,adams.core.option.OptionHandler,adams.core.SizeOfHandler,Serializable
- Direct Known Subclasses:
LogEntryGenerator,SimpleStringGenerator
public abstract class AbstractLogObjectGenerator<T> extends adams.core.option.AbstractOptionHandlerAncestor for log generators.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractLogObjectGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Tgenerate(Rat rat, adams.flow.core.Actor source, String type, String msg)Handles the given error message.-
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, globalInfo, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
-
-
-
Method Detail
-
generate
public abstract T generate(Rat rat, adams.flow.core.Actor source, String type, String msg)
Handles the given error message.- Parameters:
rat- the rat that captured this errorsource- the source of the errortype- the type of errormsg- the error message to log- Returns:
- the generated log container
-
-