Uses of Interface
ch.qos.logback.classic.spi.ILoggingEvent
Package
Description
Contains logback classic main classes.
Contains helpers.
Contains classes to format log output in HTML.
Contains support for log4j output formats.
Contains classes used to log through a network
Provides a robust logging server
Provides classes implementing format specifiers in conversion patterns.
Contains core classes of logback classic.
Contains utility classes.
-
Uses of ILoggingEvent in ch.qos.logback.classic
Modifier and TypeMethodDescriptionvoid
Logger.callAppenders
(ILoggingEvent event) Invoke all the appenders of this logger.PatternLayout.doLayout
(ILoggingEvent event) protected boolean
AsyncAppender.isDiscardable
(ILoggingEvent event) Events of level TRACE, DEBUG and INFO are deemed to be discardable.protected void
AsyncAppender.preprocess
(ILoggingEvent eventObject) Modifier and TypeMethodDescriptionvoid
Logger.addAppender
(Appender<ILoggingEvent> newAppender) boolean
Logger.detachAppender
(Appender<ILoggingEvent> appender) Remove the appender passed as parameter form the list of appenders.boolean
Logger.isAttached
(Appender<ILoggingEvent> appender) -
Uses of ILoggingEvent in ch.qos.logback.classic.boolex
Modifier and TypeMethodDescriptionboolean
IEvaluator.doEvaluate
(ILoggingEvent event) boolean
OnErrorEvaluator.evaluate
(ILoggingEvent event) Return true if event passed as parameter has level ERROR or higher, returns false otherwise.boolean
OnMarkerEvaluator.evaluate
(ILoggingEvent event) Return true if event passed as parameter contains one of the specified user-markers.protected Object[]
JaninoEventEvaluator.getParameterValues
(ILoggingEvent loggingEvent) -
Uses of ILoggingEvent in ch.qos.logback.classic.encoder
-
Uses of ILoggingEvent in ch.qos.logback.classic.filter
Modifier and TypeMethodDescriptionLevelFilter.decide
(ILoggingEvent event) ThresholdFilter.decide
(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.helpers
-
Uses of ILoggingEvent in ch.qos.logback.classic.html
Modifier and TypeMethodDescriptionHTMLLayout.doLayout
(ILoggingEvent event) void
DefaultThrowableRenderer.render
(StringBuilder sbuf, ILoggingEvent event) Modifier and TypeMethodDescriptionprotected String
HTMLLayout.computeConverterName
(Converter<ILoggingEvent> c) void
HTMLLayout.setThrowableRenderer
(IThrowableRenderer<ILoggingEvent> throwableRenderer) -
Uses of ILoggingEvent in ch.qos.logback.classic.layout
-
Uses of ILoggingEvent in ch.qos.logback.classic.log4j
Modifier and TypeMethodDescriptionXMLLayout.doLayout
(ILoggingEvent event) Formats aILoggingEvent
in conformity with the log4j.dtd. -
Uses of ILoggingEvent in ch.qos.logback.classic.net
Modifier and TypeMethodDescriptionSyslogAppender.buildLayout()
SocketAppender.getPST()
SSLSocketAppender.getPST()
protected Layout
<ILoggingEvent> SMTPAppender.makeSubjectLayout
(String subjectStr) Modifier and TypeMethodDescriptionprotected boolean
SMTPAppender.eventMarksEndOfLife
(ILoggingEvent eventObject) protected void
SocketAppender.postProcessEvent
(ILoggingEvent event) protected void
SSLSocketAppender.postProcessEvent
(ILoggingEvent event) protected void
SMTPAppender.subAppend
(CyclicBuffer<ILoggingEvent> cb, ILoggingEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer.LoggingEventPreSerializationTransformer.transform
(ILoggingEvent event) Modifier and TypeMethodDescriptionprotected void
SMTPAppender.fillBuffer
(CyclicBuffer<ILoggingEvent> cb, StringBuffer sbuf) protected void
SMTPAppender.subAppend
(CyclicBuffer<ILoggingEvent> cb, ILoggingEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer.ModifierConstructorDescriptionSMTPAppender
(EventEvaluator<ILoggingEvent> eventEvaluator) Use the parameter as theEventEvaluator
for this SMTPAppender. -
Uses of ILoggingEvent in ch.qos.logback.classic.net.server
Modifier and TypeMethodDescriptionprotected PreSerializationTransformer
<ILoggingEvent> ServerSocketAppender.getPST()
protected PreSerializationTransformer
<ILoggingEvent> SSLServerSocketAppender.getPST()
Modifier and TypeMethodDescriptionprotected void
ServerSocketAppender.postProcessEvent
(ILoggingEvent event) protected void
SSLServerSocketAppender.postProcessEvent
(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.pattern
Modifier and TypeMethodDescriptionCallerDataConverter.convert
(ILoggingEvent le) ContextNameConverter.convert
(ILoggingEvent event) Return the name of the logger context's name.DateConverter.convert
(ILoggingEvent le) FileOfCallerConverter.convert
(ILoggingEvent le) KeyValuePairConverter.convert
(ILoggingEvent event) LevelConverter.convert
(ILoggingEvent le) LineOfCallerConverter.convert
(ILoggingEvent le) LineSeparatorConverter.convert
(ILoggingEvent event) LocalSequenceNumberConverter.convert
(ILoggingEvent event) MarkerConverter.convert
(ILoggingEvent le) MDCConverter.convert
(ILoggingEvent event) MessageConverter.convert
(ILoggingEvent event) MethodOfCallerConverter.convert
(ILoggingEvent le) MicrosecondConverter.convert
(ILoggingEvent event) NamedConverter.convert
(ILoggingEvent event) NopThrowableInformationConverter.convert
(ILoggingEvent event) PrefixCompositeConverter.convert
(ILoggingEvent event) PropertyConverter.convert
(ILoggingEvent event) RelativeTimeConverter.convert
(ILoggingEvent event) SequenceNumberConverter.convert
(ILoggingEvent event) SyslogStartConverter.convert
(ILoggingEvent event) ThreadConverter.convert
(ILoggingEvent event) ThrowableProxyConverter.convert
(ILoggingEvent event) protected String
ClassOfCallerConverter.getFullyQualifiedName
(ILoggingEvent event) protected String
LoggerConverter.getFullyQualifiedName
(ILoggingEvent event) protected abstract String
NamedConverter.getFullyQualifiedName
(ILoggingEvent event) Gets fully qualified name from event.protected void
ExtendedThrowableProxyConverter.prepareLoggingEvent
(ILoggingEvent event) protected String
PrefixCompositeConverter.transform
(ILoggingEvent event, String in) Modifier and TypeMethodDescriptionboolean
EnsureExceptionHandling.chainHandlesThrowable
(Converter<ILoggingEvent> head) This method computes whether a chain of converters handles exceptions or not.boolean
EnsureExceptionHandling.compositeHandlesThrowable
(CompositeConverter<ILoggingEvent> compositeConverter) This method computes whether a composite converter handles exceptions or not.void
EnsureExceptionHandling.process
(Context context, Converter<ILoggingEvent> head) This implementation checks if any of the converters in the chain handles exceptions. -
Uses of ILoggingEvent in ch.qos.logback.classic.pattern.color
Modifier and TypeMethodDescriptionprotected String
HighlightingCompositeConverter.getForegroundColorCode
(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.sift
Modifier and TypeMethodDescriptionprotected boolean
SiftingAppender.eventMarksEndOfLife
(ILoggingEvent event) ContextBasedDiscriminator.getDiscriminatingValue
(ILoggingEvent event) Return the name of the current context name as found in the logging event.JNDIBasedContextDiscriminator.getDiscriminatingValue
(ILoggingEvent event) Return the name of the current context name as found in the logging event.MDCBasedDiscriminator.getDiscriminatingValue
(ILoggingEvent event) Return the value associated with an MDC entry designated by the Key property.protected long
SiftingAppender.getTimestamp
(ILoggingEvent event) Modifier and TypeMethodDescriptionvoid
SiftingAppender.setDiscriminator
(Discriminator<ILoggingEvent> discriminator) -
Uses of ILoggingEvent in ch.qos.logback.classic.spi
Modifier and TypeClassDescriptionclass
The internal representation of logging events.class
A read-only and serializable implementation ofILoggingEvent
. -
Uses of ILoggingEvent in ch.qos.logback.classic.util