Uses of Class
org.apache.log.LogEvent
Packages that use LogEvent
Package
Description
Avalon LogKit is the logging framework used throughout
the Avalon project.
This package contains formmaters that serialize LogEvents to strings.
This package contains some useful output destination LogTargets.
Database output destination LogTargets.
Stream anf file based output destination LogTargets.
JMS based output destination LogTargets.
Datagram, Socket and SMTP output destination LogTargets.
Utilities suppporting the logging framework.
-
Uses of LogEvent in org.apache.log
Methods in org.apache.log with parameters of type LogEventModifier and TypeMethodDescriptionvoidLog an unrecoverable error.voidLog an unrecoverable error.private final voidprivate final voidvoidLogTarget.processEvent(LogEvent event) Process a log event. -
Uses of LogEvent in org.apache.log.format
Methods in org.apache.log.format with parameters of type LogEventModifier and TypeMethodDescriptionSerialize log event into string.Format the event according to the pattern.Format log event into string.Format log event into syslog string.Format log event into string.protected StringExtendedPatternFormatter.formatPatternRun(LogEvent event, PatternFormatter.PatternRun run) Formats a single pattern run (can be extended in subclasses).protected StringPatternFormatter.formatPatternRun(LogEvent event, PatternFormatter.PatternRun run) Formats a single pattern run (can be extended in subclasses).private StringUtility method to format category.protected intSyslogFormatter.getSyslogFacility(LogEvent event) Get facility associated with event.protected intSyslogFormatter.getSyslogPriority(LogEvent event) Get syslog priority code for LogEvent.private StringUtility thread to format category. -
Uses of LogEvent in org.apache.log.output
Fields in org.apache.log.output declared as LogEventModifier and TypeFieldDescriptionprivate final LogEvent[]MemoryTarget.m_bufferBuffer for all the LogEventsMethods in org.apache.log.output with parameters of type LogEventModifier and TypeMethodDescriptionprotected voidAbstractOutputTarget.doProcessEvent(LogEvent event) Process a log event.protected abstract voidAbstractTarget.doProcessEvent(LogEvent event) Process a log event, via formatting and outputting it.voidAsyncLogTarget.doProcessEvent(LogEvent event) Process a log event by adding it to queue.protected voidMemoryTarget.doProcessEvent(LogEvent event) Process a log event, via formatting and outputting it.protected voidPriorityFilteringTarget.doProcessEvent(LogEvent event) private StringHelper method to format an event into a string, using the formatter if available.voidAbstractTarget.processEvent(LogEvent event) Process a log event, via formatting and outputting it.protected booleanMemoryTarget.shouldPush(LogEvent event) Determine if LogEvent should initiate a push to target. -
Uses of LogEvent in org.apache.log.output.db
Methods in org.apache.log.output.db with parameters of type LogEventModifier and TypeMethodDescriptionprotected voidAbstractJDBCTarget.doProcessEvent(LogEvent event) Process a log event, via formatting and outputting it.protected abstract voidOutput a log event to DB.protected voidOutput a log event to DB.protected voidDefaultJDBCTarget.specifyColumn(PreparedStatement statement, int index, LogEvent event) Adds a single object into statement.protected voidNormalizedJDBCTarget.specifyColumn(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 LogEventModifier and TypeMethodDescriptionvoidSafeFileTarget.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 LogEventModifier and TypeMethodDescriptionjavax.jms.MessageMessageBuilder.buildMessage(javax.jms.Session session, LogEvent event) Creation of a new message.javax.jms.MessageObjectMessageBuilder.buildMessage(javax.jms.Session session, LogEvent event) Creation of a new message.javax.jms.MessageTextMessageBuilder.buildMessage(javax.jms.Session session, LogEvent event) Build a message from the supplied session for the supplied eventprotected voidAbstractJMSTarget.doProcessEvent(LogEvent event) Process a log event, via formatting and outputting it.private Stringprivate voidTextMessageBuilder.setProperty(javax.jms.TextMessage message, int index, LogEvent event) Set a property -
Uses of LogEvent in org.apache.log.output.net
Methods in org.apache.log.output.net with parameters of type LogEventModifier and TypeMethodDescriptionprotected voidSocketOutputTarget.doProcessEvent(LogEvent event) To process the LogEventprotected voidWrites the output as a LogEvent without formatting. -
Uses of LogEvent in org.apache.log.util
Methods in org.apache.log.util with parameters of type LogEvent