Uses of Class
net.sourceforge.acelogger.LogEvent

Packages that use LogEvent
net.sourceforge.acelogger This is the base package for AceLogger. 
net.sourceforge.acelogger.appender This package contains basic Appender implementations. 
net.sourceforge.acelogger.formatter This package contains classes responsible for the formatting of log messages. 
 

Uses of LogEvent in net.sourceforge.acelogger
 

Methods in net.sourceforge.acelogger that return LogEvent
protected  LogEvent BaseLogger.generateLogCall(String message, Object[] params, LogLevel level)
          Generates a log call based on the supplied information.
protected  LogEvent BaseLogger.generateLogCall(String message, Object[] params, LogLevel level, Throwable cause)
          Generates a log call based on the supplied information.
protected  LogEvent BaseLogger.generateLogCall(String message, Object[] params, LogLevel level, Throwable cause, Thread currenThread)
          Generates a log call based on the supplied information.
 

Uses of LogEvent in net.sourceforge.acelogger.appender
 

Methods in net.sourceforge.acelogger.appender with parameters of type LogEvent
 void EmptyAppender.appendLog(LogEvent call)
          Appends a log call using this appender.
 void BaseAppender.appendLog(LogEvent call)
          Appends a log call using this appender.
 void Appender.appendLog(LogEvent call)
          Appends a log call using this appender.
 Runnable TextFileAppender.appendLogProcess(LogEvent call)
          Defines the process used to append a log call.
protected  Runnable PrintStreamAppender.appendLogProcess(LogEvent call)
          Defines the process used to append a log call.
protected  Runnable MultipleAppender.appendLogProcess(LogEvent call)
          Defines the process used to append a log call.
protected abstract  Runnable BaseAppender.appendLogProcess(LogEvent call)
          Defines the process used to append a log call.
protected  String BaseAppender.formatLogCall(LogEvent call)
          Formats a log call based on the Formatter used by this appender.
 

Uses of LogEvent in net.sourceforge.acelogger.formatter
 

Methods in net.sourceforge.acelogger.formatter with parameters of type LogEvent
 String SimpleFormatter.formatLogCall(LogEvent call)
          Formats a log call to it's string representation.
 String PatternFormatter.formatLogCall(LogEvent call)
           
 String MessageOnlyFormatter.formatLogCall(LogEvent call)
          Formats a log call to it's string representation.
 String Formatter.formatLogCall(LogEvent call)
          Formats a log call to it's string representation.
 String EmptyFormatter.formatLogCall(LogEvent call)
          Formats a log call to it's string representation.
 



Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.