Uses of Interface
edu.isi.pegasus.common.logging.Event
-
Packages that use Event Package Description edu.isi.pegasus.common.logging edu.isi.pegasus.common.logging.format -
-
Uses of Event in edu.isi.pegasus.common.logging
Methods in edu.isi.pegasus.common.logging that return Event Modifier and Type Method 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. -
Uses of Event in edu.isi.pegasus.common.logging.format
Classes in edu.isi.pegasus.common.logging.format that implement Event Modifier and Type Class Description class
NetloggerEvent
The netlogger event.class
SimpleEvent
A Simple LogEvent implementation that is back by a StringBuffer.Fields in edu.isi.pegasus.common.logging.format with type parameters of type Event Modifier and Type Field Description protected java.util.Stack<Event>
AbstractLogFormatter. mStack
The Stack of event objects maintained internallyMethods in edu.isi.pegasus.common.logging.format that return Event Modifier and Type Method Description Event
NetloggerEvent. add(java.lang.String key, java.lang.String value)
Add to the log message.Event
SimpleEvent. 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.
-