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 LogFormatterLogManager. mLogFormatterThe LogFormatter to use to format the message.private static LogFormatterLogFormatterFactory. mSingletonInstanceHolds 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 LogFormatterLogFormatter. add(java.lang.String value)Add to the log message with just a value.LogFormatterLogFormatter. add(java.lang.String key, java.lang.String value)Add to the log message.static LogFormatterLogFormatterFactory. loadInstance(PegasusProperties properties)Loads the appropriate LogFormatter class as specified by properties.static LogFormatterLogFormatterFactory. loadInstance(java.lang.String implementor)Loads the Log Formatter specified.static LogFormatterLogFormatterFactory. 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 voidLogManager. initialize(LogFormatter formatter, java.util.Properties properties)Sets the log formatter to use for formatting the messages.voidTestLogFormatter. 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 classAbstractLogFormatterThe abstract formatter that implements all of the functions except the addEvent functionclassNetloggerThis formatter formats the messages in the netlogger format.classSimpleThis formatter formats the messages in the simple format.Methods in edu.isi.pegasus.common.logging.format that return LogFormatter Modifier and Type Method Description LogFormatterAbstractLogFormatter. add(java.lang.String value)Add to the log message with just a value.LogFormatterAbstractLogFormatter. add(java.lang.String key, java.lang.String value)Add to the log message for the event on the top.LogFormatterSimple. 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 voidDefault. initialize(LogFormatter formatter, java.util.Properties properties)Sets the log formatter to use for formatting the messages.voidLog4j. 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 LogFormatterNetloggerJobMapper. mLogFormatterThe handle to the netlogger log formatter.private LogFormatterStampede. mLogFormatterThe handle to the netlogger log formatter.
-