|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEvent | |
org.apache.avalon.excalibur.logger.logkit | |
org.apache.avalon.framework.logger | Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure. |
org.apache.log | Avalon LogKit is the logging framework used throughout the Avalon project. |
org.apache.log.format | This package contains formmaters that serialize LogEvents to strings. |
org.apache.log.output | This package contains some useful output destination LogTargets. |
org.apache.log.output.db | Database output destination LogTargets. |
org.apache.log.output.io | Stream anf file based output destination LogTargets. |
org.apache.log.output.jms | JMS based output destination LogTargets. |
org.apache.log.output.lf5 | LogFactor5 (Swing GUI) based LogTarget. |
org.apache.log.output.net | Datagram, Socket and SMTP output destination LogTargets. |
org.apache.log.util | Utilities suppporting the logging framework. |
Uses of LogEvent in org.apache.avalon.excalibur.logger.logkit |
Methods in org.apache.avalon.excalibur.logger.logkit with parameters of type LogEvent | |
void |
ErrorHandlerAdapter.error(java.lang.String message,
java.lang.Throwable throwable,
LogEvent event)
|
Uses of LogEvent in org.apache.avalon.framework.logger |
Methods in org.apache.avalon.framework.logger with parameters of type LogEvent | |
protected java.lang.String |
AvalonFormatter.formatPatternRun(LogEvent event,
PatternFormatter.PatternRun run)
Return the result of formaltting a pattern run. |
void |
LogKit2AvalonLoggerAdapter.processEvent(LogEvent event)
Route a LogKit message to an avalon Logger. |
Uses of LogEvent in org.apache.log |
Methods in org.apache.log with parameters of type LogEvent | |
void |
LogTarget.processEvent(LogEvent event)
Process a log event. |
void |
ErrorHandler.error(java.lang.String message,
java.lang.Throwable throwable,
LogEvent event)
Log an unrecoverable error. |
Uses of LogEvent in org.apache.log.format |
Methods in org.apache.log.format with parameters of type LogEvent | |
java.lang.String |
PatternFormatter.format(LogEvent event)
Format the event according to the pattern. |
protected java.lang.String |
PatternFormatter.formatPatternRun(LogEvent event,
PatternFormatter.PatternRun run)
Formats a single pattern run (can be extended in subclasses). |
java.lang.String |
Formatter.format(LogEvent event)
Serialize log event into string. |
protected java.lang.String |
ExtendedPatternFormatter.formatPatternRun(LogEvent event,
PatternFormatter.PatternRun run)
Formats a single pattern run (can be extended in subclasses). |
java.lang.String |
XMLFormatter.format(LogEvent event)
Format log event into string. |
java.lang.String |
RawFormatter.format(LogEvent event)
Format log event into string. |
java.lang.String |
SyslogFormatter.format(LogEvent event)
Format log event into syslog string. |
protected int |
SyslogFormatter.getSyslogFacility(LogEvent event)
Get facility associated with event. |
protected int |
SyslogFormatter.getSyslogPriority(LogEvent event)
Get syslog priority code for LogEvent. |
Uses of LogEvent in org.apache.log.output |
Methods in org.apache.log.output with parameters of type LogEvent | |
void |
AbstractTarget.processEvent(LogEvent event)
Process a log event, via formatting and outputting it. |
protected abstract void |
AbstractTarget.doProcessEvent(LogEvent event)
Process a log event, via formatting and outputting it. |
protected void |
MemoryTarget.doProcessEvent(LogEvent event)
Process a log event, via formatting and outputting it. |
protected boolean |
MemoryTarget.shouldPush(LogEvent event)
Determine if LogEvent should initiate a push to target. |
protected void |
PriorityFilteringTarget.doProcessEvent(LogEvent event)
|
protected void |
AbstractOutputTarget.doProcessEvent(LogEvent event)
Process a log event. |
void |
AsyncLogTarget.doProcessEvent(LogEvent event)
Process a log event by adding it to queue. |
Uses of LogEvent in org.apache.log.output.db |
Methods in org.apache.log.output.db with parameters of type LogEvent | |
protected void |
NormalizedJDBCTarget.specifyColumn(java.sql.PreparedStatement statement,
int index,
LogEvent event)
Adds a single object into statement. |
protected void |
AbstractJDBCTarget.doProcessEvent(LogEvent event)
Process a log event, via formatting and outputting it. |
protected abstract void |
AbstractJDBCTarget.output(LogEvent event)
Output a log event to DB. |
protected void |
DefaultJDBCTarget.output(LogEvent event)
Output a log event to DB. |
protected void |
DefaultJDBCTarget.specifyColumn(java.sql.PreparedStatement statement,
int index,
LogEvent event)
Adds a single object into statement. |
Uses of LogEvent in org.apache.log.output.io |
Methods in org.apache.log.output.io with parameters of type LogEvent | |
void |
SafeFileTarget.processEvent(LogEvent event)
Process a log event, via formatting and outputting it. |
Uses of LogEvent in org.apache.log.output.jms |
Methods in org.apache.log.output.jms with parameters of type LogEvent | |
javax.jms.Message |
MessageBuilder.buildMessage(javax.jms.Session session,
LogEvent event)
Creation of a new message. |
javax.jms.Message |
TextMessageBuilder.buildMessage(javax.jms.Session session,
LogEvent event)
Build a message from the supplied session for the supplied event |
javax.jms.Message |
ObjectMessageBuilder.buildMessage(javax.jms.Session session,
LogEvent event)
Creation of a new message. |
protected void |
AbstractJMSTarget.doProcessEvent(LogEvent event)
Process a log event, via formatting and outputting it. |
Uses of LogEvent in org.apache.log.output.lf5 |
Methods in org.apache.log.output.lf5 with parameters of type LogEvent | |
void |
LF5LogTarget.processEvent(LogEvent event)
Process a log event. |
Constructors in org.apache.log.output.lf5 with parameters of type LogEvent | |
LogKitLogRecord(LogEvent event,
Formatter fmt)
Create a LogFactor record from a LogKit event |
Uses of LogEvent in org.apache.log.output.net |
Methods in org.apache.log.output.net with parameters of type LogEvent | |
protected void |
SocketOutputTarget.write(LogEvent event)
Writes the output as a LogEvent without formatting. |
protected void |
SocketOutputTarget.doProcessEvent(LogEvent event)
To process the LogEvent |
Uses of LogEvent in org.apache.log.util |
Methods in org.apache.log.util with parameters of type LogEvent | |
void |
DefaultErrorHandler.error(java.lang.String message,
java.lang.Throwable throwable,
LogEvent event)
Log an unrecoverable error. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |