Uses of Interface
ch.qos.logback.classic.spi.ILoggingEvent
-
Packages that use ILoggingEvent Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.boolex ch.qos.logback.classic.filter ch.qos.logback.classic.html Contains classes to format log output in HTML.ch.qos.logback.classic.layout ch.qos.logback.classic.log4j Contains support for log4j output formats.ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.classic.net.server Provides a robust logging serverch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns.ch.qos.logback.classic.pattern.color ch.qos.logback.classic.sift ch.qos.logback.classic.spi Contains core classes of logback classic.ch.qos.logback.classic.util Contains utility classes.chapters.appenders chapters.filters chapters.layouts chapters.migrationFromLog4j -
-
Uses of ILoggingEvent in ch.qos.logback.classic
Fields in ch.qos.logback.classic with type parameters of type ILoggingEvent Modifier and Type Field Description private AppenderAttachableImpl<ILoggingEvent>Logger. aaiIt is assumed that once the 'aai' variable is set to a non-null value, it will never be reset to null.Methods in ch.qos.logback.classic that return types with arguments of type ILoggingEvent Modifier and Type Method Description Appender<ILoggingEvent>Logger. getAppender(java.lang.String name)java.util.Iterator<Appender<ILoggingEvent>>Logger. iteratorForAppenders()Methods in ch.qos.logback.classic with parameters of type ILoggingEvent Modifier and Type Method Description private intLogger. appendLoopOnAppenders(ILoggingEvent event)voidLogger. callAppenders(ILoggingEvent event)Invoke all the appenders of this logger.java.lang.StringPatternLayout. doLayout(ILoggingEvent event)protected booleanAsyncAppender. isDiscardable(ILoggingEvent event)Events of level TRACE, DEBUG and INFO are deemed to be discardable.protected voidAsyncAppender. preprocess(ILoggingEvent eventObject)Method parameters in ch.qos.logback.classic with type arguments of type ILoggingEvent Modifier and Type Method Description voidLogger. addAppender(Appender<ILoggingEvent> newAppender)booleanLogger. detachAppender(Appender<ILoggingEvent> appender)Remove the appender passed as parameter form the list of appenders.booleanLogger. isAttached(Appender<ILoggingEvent> appender) -
Uses of ILoggingEvent in ch.qos.logback.classic.boolex
Methods in ch.qos.logback.classic.boolex with parameters of type ILoggingEvent Modifier and Type Method Description booleanIEvaluator. doEvaluate(ILoggingEvent event)booleanOnErrorEvaluator. evaluate(ILoggingEvent event)Return true if event passed as parameter has level ERROR or higher, returns false otherwise.booleanOnMarkerEvaluator. evaluate(ILoggingEvent event)Return true if event passed as parameter contains one of the specified user-markers. -
Uses of ILoggingEvent in ch.qos.logback.classic.filter
Methods in ch.qos.logback.classic.filter with parameters of type ILoggingEvent Modifier and Type Method Description FilterReplyLevelFilter. decide(ILoggingEvent event)FilterReplyThresholdFilter. decide(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.html
Fields in ch.qos.logback.classic.html with type parameters of type ILoggingEvent Modifier and Type Field Description (package private) IThrowableRenderer<ILoggingEvent>HTMLLayout. throwableRendererMethods in ch.qos.logback.classic.html with parameters of type ILoggingEvent Modifier and Type Method Description private voidHTMLLayout. appendEventToBuffer(java.lang.StringBuilder buf, Converter<ILoggingEvent> c, ILoggingEvent event)java.lang.StringHTMLLayout. doLayout(ILoggingEvent event)voidDefaultThrowableRenderer. render(java.lang.StringBuilder sbuf, ILoggingEvent event)Method parameters in ch.qos.logback.classic.html with type arguments of type ILoggingEvent Modifier and Type Method Description private voidHTMLLayout. appendEventToBuffer(java.lang.StringBuilder buf, Converter<ILoggingEvent> c, ILoggingEvent event)voidHTMLLayout. setThrowableRenderer(IThrowableRenderer<ILoggingEvent> throwableRenderer) -
Uses of ILoggingEvent in ch.qos.logback.classic.layout
Methods in ch.qos.logback.classic.layout with parameters of type ILoggingEvent Modifier and Type Method Description java.lang.StringTTLLLayout. doLayout(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.log4j
Methods in ch.qos.logback.classic.log4j with parameters of type ILoggingEvent Modifier and Type Method Description java.lang.StringXMLLayout. doLayout(ILoggingEvent event)Formats aILoggingEventin conformity with the log4j.dtd. -
Uses of ILoggingEvent in ch.qos.logback.classic.net
Fields in ch.qos.logback.classic.net with type parameters of type ILoggingEvent Modifier and Type Field Description private static PreSerializationTransformer<ILoggingEvent>SocketAppender. pstprivate PreSerializationTransformer<ILoggingEvent>SSLSocketAppender. pstMethods in ch.qos.logback.classic.net that return types with arguments of type ILoggingEvent Modifier and Type Method Description Layout<ILoggingEvent>SyslogAppender. buildLayout()PreSerializationTransformer<ILoggingEvent>SocketAppender. getPST()PreSerializationTransformer<ILoggingEvent>SSLSocketAppender. getPST()protected Layout<ILoggingEvent>SMTPAppender. makeSubjectLayout(java.lang.String subjectStr)Methods in ch.qos.logback.classic.net with parameters of type ILoggingEvent Modifier and Type Method Description protected booleanSMTPAppender. eventMarksEndOfLife(ILoggingEvent eventObject)protected voidSocketAppender. postProcessEvent(ILoggingEvent event)protected voidSSLSocketAppender. postProcessEvent(ILoggingEvent event)protected voidSMTPAppender. subAppend(CyclicBuffer<ILoggingEvent> cb, ILoggingEvent event)Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer.java.io.SerializableLoggingEventPreSerializationTransformer. transform(ILoggingEvent event)Method parameters in ch.qos.logback.classic.net with type arguments of type ILoggingEvent Modifier and Type Method Description protected voidSMTPAppender. fillBuffer(CyclicBuffer<ILoggingEvent> cb, java.lang.StringBuffer sbuf)protected voidSMTPAppender. subAppend(CyclicBuffer<ILoggingEvent> cb, ILoggingEvent event)Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer.Constructor parameters in ch.qos.logback.classic.net with type arguments of type ILoggingEvent Constructor Description SMTPAppender(EventEvaluator<ILoggingEvent> eventEvaluator)Use the parameter as theEventEvaluatorfor this SMTPAppender. -
Uses of ILoggingEvent in ch.qos.logback.classic.net.server
Fields in ch.qos.logback.classic.net.server with type parameters of type ILoggingEvent Modifier and Type Field Description private static PreSerializationTransformer<ILoggingEvent>ServerSocketAppender. pstprivate static PreSerializationTransformer<ILoggingEvent>SSLServerSocketAppender. pstMethods in ch.qos.logback.classic.net.server that return types with arguments of type ILoggingEvent Modifier and Type Method Description protected PreSerializationTransformer<ILoggingEvent>ServerSocketAppender. getPST()protected PreSerializationTransformer<ILoggingEvent>SSLServerSocketAppender. getPST()Methods in ch.qos.logback.classic.net.server with parameters of type ILoggingEvent Modifier and Type Method Description protected voidServerSocketAppender. postProcessEvent(ILoggingEvent event)protected voidSSLServerSocketAppender. postProcessEvent(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.pattern
Fields in ch.qos.logback.classic.pattern with type parameters of type ILoggingEvent Modifier and Type Field Description (package private) java.util.List<EventEvaluator<ILoggingEvent>>CallerDataConverter. evaluatorList(package private) java.util.List<EventEvaluator<ILoggingEvent>>ThrowableProxyConverter. evaluatorListMethods in ch.qos.logback.classic.pattern with parameters of type ILoggingEvent Modifier and Type Method Description java.lang.StringCallerDataConverter. convert(ILoggingEvent le)java.lang.StringContextNameConverter. convert(ILoggingEvent event)Return the name of the logger context's name.java.lang.StringDateConverter. convert(ILoggingEvent le)java.lang.StringFileOfCallerConverter. convert(ILoggingEvent le)java.lang.StringLevelConverter. convert(ILoggingEvent le)java.lang.StringLineOfCallerConverter. convert(ILoggingEvent le)java.lang.StringLineSeparatorConverter. convert(ILoggingEvent event)java.lang.StringLocalSequenceNumberConverter. convert(ILoggingEvent event)java.lang.StringMarkerConverter. convert(ILoggingEvent le)java.lang.StringMDCConverter. convert(ILoggingEvent event)java.lang.StringMessageConverter. convert(ILoggingEvent event)java.lang.StringMethodOfCallerConverter. convert(ILoggingEvent le)java.lang.StringNamedConverter. convert(ILoggingEvent event)java.lang.StringNopThrowableInformationConverter. convert(ILoggingEvent event)java.lang.StringPrefixCompositeConverter. convert(ILoggingEvent event)java.lang.StringPropertyConverter. convert(ILoggingEvent event)java.lang.StringRelativeTimeConverter. convert(ILoggingEvent event)java.lang.StringSyslogStartConverter. convert(ILoggingEvent event)java.lang.StringThreadConverter. convert(ILoggingEvent event)java.lang.StringThrowableProxyConverter. convert(ILoggingEvent event)protected java.lang.StringClassOfCallerConverter. getFullyQualifiedName(ILoggingEvent event)protected java.lang.StringLoggerConverter. getFullyQualifiedName(ILoggingEvent event)protected abstract java.lang.StringNamedConverter. getFullyQualifiedName(ILoggingEvent event)Gets fully qualified name from event.protected voidExtendedThrowableProxyConverter. prepareLoggingEvent(ILoggingEvent event)protected java.lang.StringPrefixCompositeConverter. transform(ILoggingEvent event, java.lang.String in)Method parameters in ch.qos.logback.classic.pattern with type arguments of type ILoggingEvent Modifier and Type Method Description private voidCallerDataConverter. addEvaluator(EventEvaluator<ILoggingEvent> ee)private voidThrowableProxyConverter. addEvaluator(EventEvaluator<ILoggingEvent> ee)booleanEnsureExceptionHandling. chainHandlesThrowable(Converter<ILoggingEvent> head)This method computes whether a chain of converters handles exceptions or not.voidEnsureExceptionHandling. 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
Methods in ch.qos.logback.classic.pattern.color with parameters of type ILoggingEvent Modifier and Type Method Description protected java.lang.StringHighlightingCompositeConverter. getForegroundColorCode(ILoggingEvent event) -
Uses of ILoggingEvent in ch.qos.logback.classic.sift
Methods in ch.qos.logback.classic.sift that return types with arguments of type ILoggingEvent Modifier and Type Method Description Appender<ILoggingEvent>SiftingJoranConfigurator. getAppender()SiftingJoranConfiguratorBase<ILoggingEvent>AppenderFactoryUsingJoran. getSiftingJoranConfigurator(java.lang.String discriminatingValue)Methods in ch.qos.logback.classic.sift with parameters of type ILoggingEvent Modifier and Type Method Description protected booleanSiftingAppender. eventMarksEndOfLife(ILoggingEvent event)java.lang.StringContextBasedDiscriminator. getDiscriminatingValue(ILoggingEvent event)Return the name of the current context name as found in the logging event.java.lang.StringJNDIBasedContextDiscriminator. getDiscriminatingValue(ILoggingEvent event)Return the name of the current context name as found in the logging event.java.lang.StringMDCBasedDiscriminator. getDiscriminatingValue(ILoggingEvent event)Return the value associated with an MDC entry designated by the Key property.protected longSiftingAppender. getTimestamp(ILoggingEvent event)Method parameters in ch.qos.logback.classic.sift with type arguments of type ILoggingEvent Modifier and Type Method Description voidSiftingAppender. setDiscriminator(Discriminator<ILoggingEvent> discriminator) -
Uses of ILoggingEvent in ch.qos.logback.classic.spi
Classes in ch.qos.logback.classic.spi that implement ILoggingEvent Modifier and Type Class Description classLoggingEventThe internal representation of logging events.classLoggingEventVOA read-only and serializable implementation ofILoggingEvent.Methods in ch.qos.logback.classic.spi with parameters of type ILoggingEvent Modifier and Type Method Description static LoggingEventVOLoggingEventVO. build(ILoggingEvent le) -
Uses of ILoggingEvent in ch.qos.logback.classic.util
Methods in ch.qos.logback.classic.util with parameters of type ILoggingEvent Modifier and Type Method Description static intLevelToSyslogSeverity. convert(ILoggingEvent event) -
Uses of ILoggingEvent in chapters.appenders
Fields in chapters.appenders with type parameters of type ILoggingEvent Modifier and Type Field Description (package private) Layout<ILoggingEvent>CountingConsoleAppender. layoutMethods in chapters.appenders that return types with arguments of type ILoggingEvent Modifier and Type Method Description Layout<ILoggingEvent>CountingConsoleAppender. getLayout()Methods in chapters.appenders with parameters of type ILoggingEvent Modifier and Type Method Description voidCountingConsoleAppender. append(ILoggingEvent event)Method parameters in chapters.appenders with type arguments of type ILoggingEvent Modifier and Type Method Description voidCountingConsoleAppender. setLayout(Layout<ILoggingEvent> layout) -
Uses of ILoggingEvent in chapters.filters
Methods in chapters.filters with parameters of type ILoggingEvent Modifier and Type Method Description FilterReplySampleFilter. decide(ILoggingEvent event) -
Uses of ILoggingEvent in chapters.layouts
Methods in chapters.layouts with parameters of type ILoggingEvent Modifier and Type Method Description java.lang.StringMySampleConverter. convert(ILoggingEvent event)java.lang.StringMySampleLayout. doLayout(ILoggingEvent event)java.lang.StringMySampleLayout2. doLayout(ILoggingEvent event) -
Uses of ILoggingEvent in chapters.migrationFromLog4j
Fields in chapters.migrationFromLog4j with type parameters of type ILoggingEvent Modifier and Type Field Description (package private) Layout<ILoggingEvent>TrivialLogbackAppender. layoutMethods in chapters.migrationFromLog4j that return types with arguments of type ILoggingEvent Modifier and Type Method Description Layout<ILoggingEvent>TrivialLogbackAppender. getLayout()Methods in chapters.migrationFromLog4j with parameters of type ILoggingEvent Modifier and Type Method Description protected voidTrivialLogbackAppender. append(ILoggingEvent loggingEvent)java.lang.StringTrivialLogbackLayout. doLayout(ILoggingEvent loggingEvent)Method parameters in chapters.migrationFromLog4j with type arguments of type ILoggingEvent Modifier and Type Method Description voidTrivialLogbackAppender. setLayout(Layout<ILoggingEvent> layout)
-