Package | Description |
---|---|
edu.isi.pegasus.common.logging | |
edu.isi.pegasus.common.logging.format |
Modifier and Type | Method and Description |
---|---|
Event |
Event.add(String key,
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 Stack<Event> |
AbstractLogFormatter.mStack
The Stack of event objects maintained internally
|
Modifier and Type | Method and Description |
---|---|
Event |
SimpleEvent.add(String key,
String value)
Add to the log message.
|
Event |
NetloggerEvent.add(String key,
String value)
Add to the log message.
|
Event |
AbstractLogFormatter.popEvent()
Pop the event on top of the internal stack.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.