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

Packages that use LogFormatter
edu.isi.pegasus.common.logging   
edu.isi.pegasus.common.logging.format   
edu.isi.pegasus.common.logging.logger   
edu.isi.pegasus.planner.code.generator   
 

Uses of LogFormatter in edu.isi.pegasus.common.logging
 

Fields in edu.isi.pegasus.common.logging declared as LogFormatter
protected  LogFormatter LogManager.mLogFormatter
          The LogFormatter to use to format the message.
private static LogFormatter LogFormatterFactory.mSingletonInstance
          Holds a singleton instance that is populated via the loadSingletonInstance() method.
 

Methods in edu.isi.pegasus.common.logging that return LogFormatter
 LogFormatter LogFormatter.add(String value)
          Add to the log message with just a value.
 LogFormatter LogFormatter.add(String key, String value)
          Add to the log message.
static LogFormatter LogFormatterFactory.loadInstance(PegasusProperties properties)
          Loads the appropriate LogFormatter class as specified by properties.
static LogFormatter LogFormatterFactory.loadInstance(String implementor)
          Loads the Log Formatter specified.
static LogFormatter LogFormatterFactory.loadSingletonInstance(String implementor)
          Loads the appropriate LogFormatter class as specified by properties.
 

Methods in edu.isi.pegasus.common.logging with parameters of type LogFormatter
abstract  void LogManager.initialize(LogFormatter formatter, Properties properties)
          Sets the log formatter to use for formatting the messages.
 void TestLogFormatter.writeTestLog(LogFormatter fm)
           
 

Uses of LogFormatter in edu.isi.pegasus.common.logging.format
 

Classes in edu.isi.pegasus.common.logging.format that implement LogFormatter
 class AbstractLogFormatter
          The abstract formatter that implements all of the functions except the addEvent function
 class Netlogger
          This formatter formats the messages in the netlogger format.
 class Simple
          This formatter formats the messages in the simple format.
 

Methods in edu.isi.pegasus.common.logging.format that return LogFormatter
 LogFormatter AbstractLogFormatter.add(String value)
          Add to the log message with just a value.
 LogFormatter Simple.add(String value)
          Add to the log message with just a value.
 LogFormatter AbstractLogFormatter.add(String key, String value)
          Add to the log message for the event on the top.
 

Uses of LogFormatter in edu.isi.pegasus.common.logging.logger
 

Methods in edu.isi.pegasus.common.logging.logger with parameters of type LogFormatter
 void Default.initialize(LogFormatter formatter, Properties properties)
          Sets the log formatter to use for formatting the messages.
 void Log4j.initialize(LogFormatter formatter, Properties properties)
          Sets the log formatter to use for formatting the messages.
 

Uses of LogFormatter in edu.isi.pegasus.planner.code.generator
 

Fields in edu.isi.pegasus.planner.code.generator declared as LogFormatter
private  LogFormatter Stampede.mLogFormatter
          The handle to the netlogger log formatter.
private  LogFormatter NetloggerJobMapper.mLogFormatter
          The handle to the netlogger log formatter.
 



Copyright © 2011 The University of Southern California. All Rights Reserved.