Package | Description |
---|---|
edu.isi.pegasus.common.logging | |
edu.isi.pegasus.common.logging.format |
Modifier and Type | Method and Description |
---|---|
Event |
Event.add(java.lang.String key,
java.lang.String value)
Add to the log message.
|
Event |
LogFormatter.popEvent()
Pop the event on top of the internal stack.
|
Modifier and Type | Class and Description |
---|---|
class |
NetloggerEvent
The netlogger event.
|
class |
SimpleEvent
A Simple LogEvent implementation that is back by a StringBuffer.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack<Event> |
AbstractLogFormatter.mStack
The Stack of event objects maintained internally
|
Modifier and Type | Method and Description |
---|---|
Event |
SimpleEvent.add(java.lang.String key,
java.lang.String value)
Add to the log message.
|
Event |
NetloggerEvent.add(java.lang.String key,
java.lang.String value)
Add to the log message.
|
Event |
AbstractLogFormatter.popEvent()
Pop the event on top of the internal stack.
|