Uses of Interface
edu.isi.pegasus.common.logging.LogFormatter
-
Packages that use LogFormatter Package Description edu.isi.pegasus.common.logging edu.isi.pegasus.common.logging.format edu.isi.pegasus.common.logging.logger edu.isi.pegasus.planner.code.generator -
-
Uses of LogFormatter in edu.isi.pegasus.common.logging
Fields in edu.isi.pegasus.common.logging declared as LogFormatter Modifier and Type Field Description protected LogFormatter
LogManager. mLogFormatter
The LogFormatter to use to format the message.private static LogFormatter
LogFormatterFactory. mSingletonInstance
Holds a singleton instance that is populated via the loadSingletonInstance() method.Methods in edu.isi.pegasus.common.logging that return LogFormatter Modifier and Type Method Description LogFormatter
LogFormatter. add(java.lang.String value)
Add to the log message with just a value.LogFormatter
LogFormatter. add(java.lang.String key, java.lang.String value)
Add to the log message.static LogFormatter
LogFormatterFactory. loadInstance(PegasusProperties properties)
Loads the appropriate LogFormatter class as specified by properties.static LogFormatter
LogFormatterFactory. loadInstance(java.lang.String implementor)
Loads the Log Formatter specified.static LogFormatter
LogFormatterFactory. loadSingletonInstance(java.lang.String implementor)
Loads the appropriate LogFormatter class as specified by properties.Methods in edu.isi.pegasus.common.logging with parameters of type LogFormatter Modifier and Type Method Description abstract void
LogManager. initialize(LogFormatter formatter, java.util.Properties properties)
Sets the log formatter to use for formatting the messages.void
TestLogFormatter. writeTestLog(LogFormatter fm)
-
Uses of LogFormatter in edu.isi.pegasus.common.logging.format
Classes in edu.isi.pegasus.common.logging.format that implement LogFormatter Modifier and Type Class Description class
AbstractLogFormatter
The abstract formatter that implements all of the functions except the addEvent functionclass
Netlogger
This formatter formats the messages in the netlogger format.class
Simple
This formatter formats the messages in the simple format.Methods in edu.isi.pegasus.common.logging.format that return LogFormatter Modifier and Type Method Description LogFormatter
AbstractLogFormatter. add(java.lang.String value)
Add to the log message with just a value.LogFormatter
AbstractLogFormatter. add(java.lang.String key, java.lang.String value)
Add to the log message for the event on the top.LogFormatter
Simple. add(java.lang.String value)
Add to the log message with just a value. -
Uses of LogFormatter in edu.isi.pegasus.common.logging.logger
Methods in edu.isi.pegasus.common.logging.logger with parameters of type LogFormatter Modifier and Type Method Description void
Default. initialize(LogFormatter formatter, java.util.Properties properties)
Sets the log formatter to use for formatting the messages.void
Log4j. initialize(LogFormatter formatter, java.util.Properties properties)
Sets the log formatter to use for formatting the messages. -
Uses of LogFormatter in edu.isi.pegasus.planner.code.generator
Fields in edu.isi.pegasus.planner.code.generator declared as LogFormatter Modifier and Type Field Description private LogFormatter
NetloggerJobMapper. mLogFormatter
The handle to the netlogger log formatter.private LogFormatter
Stampede. mLogFormatter
The handle to the netlogger log formatter.
-