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 EventEvent. add(java.lang.String key, java.lang.String value)Add to the log message.EventLogFormatter. 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 classNetloggerEventThe netlogger event.classSimpleEventA 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. mStackThe Stack of event objects maintained internallyMethods in edu.isi.pegasus.common.logging.format that return Event Modifier and Type Method Description EventNetloggerEvent. add(java.lang.String key, java.lang.String value)Add to the log message.EventSimpleEvent. add(java.lang.String key, java.lang.String value)Add to the log message.EventAbstractLogFormatter. popEvent()Pop the event on top of the internal stack.
-