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 |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogFormatter
The abstract formatter that implements all of the functions except
the addEvent function
|
class |
Netlogger
This formatter formats the messages in the netlogger format.
|
class |
Simple
This formatter formats the messages in the simple format.
|
Modifier and Type | Method and Description |
---|---|
LogFormatter |
Simple.add(java.lang.String value)
Add to the log message with just a value.
|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private LogFormatter |
NetloggerJobMapper.mLogFormatter
The handle to the netlogger log formatter.
|
private LogFormatter |
Stampede.mLogFormatter
The handle to the netlogger log formatter.
|