Uses of Interface
edu.isi.pegasus.common.logging.Event

Packages that use Event
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
 Event Event.add(String key, 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
 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
protected  Stack<Event> AbstractLogFormatter.mStack
          The Stack of event objects maintained internally
 

Methods in edu.isi.pegasus.common.logging.format that return Event
 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.