Uses of Interface
ch.qos.logback.classic.spi.ILoggingEvent

Packages that use ILoggingEvent
ch.qos.logback.classic Contains logback classic main classes. 
ch.qos.logback.classic.android Contains logback-classic classes bound to the Android SDK
ch.qos.logback.classic.db The ch.qos.logback.classic.db package provides means to append logging events into various databases. 
ch.qos.logback.classic.filter   
ch.qos.logback.classic.html Contains classes to format log output in HTML. 
ch.qos.logback.classic.log4j Contains support for log4j output formats. 
ch.qos.logback.classic.net Contains classes used to log through a network 
ch.qos.logback.classic.pattern Provides classes implementing format specifiers in conversion patterns. 
ch.qos.logback.classic.sift   
ch.qos.logback.classic.spi Contains core classes of logback classic. 
ch.qos.logback.classic.util Contains utility classes. 
 

Uses of ILoggingEvent in ch.qos.logback.classic
 

Methods in ch.qos.logback.classic that return types with arguments of type ILoggingEvent
 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
 void Logger.callAppenders(ILoggingEvent event)
          Invoke all the appenders of this logger.
 java.lang.String PatternLayout.doLayout(ILoggingEvent event)
           
 

Method parameters in ch.qos.logback.classic with type arguments of type ILoggingEvent
 void 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.android
 

Methods in ch.qos.logback.classic.android with parameters of type ILoggingEvent
 void LogcatAppender.append(ILoggingEvent event)
          Writes an event to Android's logging mechanism (logcat)
 

Uses of ILoggingEvent in ch.qos.logback.classic.db
 

Methods in ch.qos.logback.classic.db with parameters of type ILoggingEvent
static short DBHelper.computeReferenceMask(ILoggingEvent event)
           
protected  void DBAppender.secondarySubAppend(ILoggingEvent event, java.sql.Connection connection, long eventId)
           
protected  void DBAppender.subAppend(ILoggingEvent event, java.sql.Connection connection, java.sql.PreparedStatement insertStatement)
           
 

Uses of ILoggingEvent in ch.qos.logback.classic.filter
 

Methods in ch.qos.logback.classic.filter with parameters of type ILoggingEvent
 FilterReply LevelFilter.decide(ILoggingEvent event)
           
 FilterReply ThresholdFilter.decide(ILoggingEvent event)
           
 

Uses of ILoggingEvent in ch.qos.logback.classic.html
 

Methods in ch.qos.logback.classic.html with parameters of type ILoggingEvent
 java.lang.String HTMLLayout.doLayout(ILoggingEvent event)
           
 void DefaultThrowableRenderer.render(java.lang.StringBuilder sbuf, ILoggingEvent event)
           
 

Method parameters in ch.qos.logback.classic.html with type arguments of type ILoggingEvent
 void HTMLLayout.setThrowableRenderer(IThrowableRenderer<ILoggingEvent> throwableRenderer)
           
 

Uses of ILoggingEvent in ch.qos.logback.classic.log4j
 

Methods in ch.qos.logback.classic.log4j with parameters of type ILoggingEvent
 java.lang.String XMLLayout.doLayout(ILoggingEvent event)
          Formats a ILoggingEvent in conformity with the log4j.dtd.
 

Uses of ILoggingEvent in ch.qos.logback.classic.net
 

Methods in ch.qos.logback.classic.net that return types with arguments of type ILoggingEvent
 Layout<ILoggingEvent> SyslogAppender.buildLayout(java.lang.String facilityStr)
           
 PreSerializationTransformer<ILoggingEvent> SocketAppender.getPST()
           
 

Methods in ch.qos.logback.classic.net with parameters of type ILoggingEvent
protected  void SocketAppender.postProcessEvent(ILoggingEvent event)
           
 java.io.Serializable LoggingEventPreSerializationTransformer.transform(ILoggingEvent event)
           
 

Uses of ILoggingEvent in ch.qos.logback.classic.pattern
 

Methods in ch.qos.logback.classic.pattern with parameters of type ILoggingEvent
 java.lang.String CallerDataConverter.convert(ILoggingEvent le)
           
 java.lang.String ContextNameConverter.convert(ILoggingEvent event)
          Return the name of the logger context's name.
 java.lang.String DateConverter.convert(ILoggingEvent le)
           
 java.lang.String FileOfCallerConverter.convert(ILoggingEvent le)
           
 java.lang.String LevelConverter.convert(ILoggingEvent le)
           
 java.lang.String LineOfCallerConverter.convert(ILoggingEvent le)
           
 java.lang.String LineSeparatorConverter.convert(ILoggingEvent event)
           
 java.lang.String MDCConverter.convert(ILoggingEvent event)
           
 java.lang.String MarkerConverter.convert(ILoggingEvent le)
           
 java.lang.String MessageConverter.convert(ILoggingEvent event)
           
 java.lang.String MethodOfCallerConverter.convert(ILoggingEvent le)
           
 java.lang.String NamedConverter.convert(ILoggingEvent event)
           
 java.lang.String NopThrowableInformationConverter.convert(ILoggingEvent event)
           
 java.lang.String PropertyConverter.convert(ILoggingEvent event)
           
 java.lang.String RelativeTimeConverter.convert(ILoggingEvent event)
           
 java.lang.String SyslogStartConverter.convert(ILoggingEvent event)
           
 java.lang.String ThreadConverter.convert(ILoggingEvent event)
           
 java.lang.String ThrowableProxyConverter.convert(ILoggingEvent event)
           
protected  java.lang.String ClassOfCallerConverter.getFullyQualifiedName(ILoggingEvent event)
           
protected  java.lang.String LoggerConverter.getFullyQualifiedName(ILoggingEvent event)
           
protected abstract  java.lang.String NamedConverter.getFullyQualifiedName(ILoggingEvent event)
          Gets fully qualified name from event.
protected  void ExtendedThrowableProxyConverter.prepareLoggingEvent(ILoggingEvent event)
           
 

Method parameters in ch.qos.logback.classic.pattern with type arguments of type ILoggingEvent
 void EnsureExceptionHandling.process(Converter<ILoggingEvent> head)
          This implementation checks if any of the converters in the chain handles exceptions.
 

Uses of ILoggingEvent in ch.qos.logback.classic.sift
 

Methods in ch.qos.logback.classic.sift that return types with arguments of type ILoggingEvent
 Appender<ILoggingEvent> SiftingJoranConfigurator.getAppender()
           
 SiftingJoranConfiguratorBase<ILoggingEvent> AppenderFactory.getSiftingJoranConfigurator(java.lang.String discriminatingValue)
           
 

Methods in ch.qos.logback.classic.sift with parameters of type ILoggingEvent
 java.lang.String ContextBasedDiscriminator.getDiscriminatingValue(ILoggingEvent event)
          Return the name of the current context name as found in the logging event.
 java.lang.String MDCBasedDiscriminator.getDiscriminatingValue(ILoggingEvent event)
          Return the value associated with an MDC entry designated by the Key property.
protected  long SiftingAppender.getTimestamp(ILoggingEvent event)
           
 

Method parameters in ch.qos.logback.classic.sift with type arguments of type ILoggingEvent
 void SiftingAppender.setDiscriminator(Discriminator<ILoggingEvent> discriminator)
           
 

Uses of ILoggingEvent in ch.qos.logback.classic.spi
 

Classes in ch.qos.logback.classic.spi that implement ILoggingEvent
 class LoggingEvent
          The internal representation of logging events.
 class LoggingEventVO
          A read-only and serializable implementation of ILoggingEvent.
 

Methods in ch.qos.logback.classic.spi with parameters of type ILoggingEvent
static LoggingEventVO LoggingEventVO.build(ILoggingEvent le)
           
 

Uses of ILoggingEvent in ch.qos.logback.classic.util
 

Methods in ch.qos.logback.classic.util with parameters of type ILoggingEvent
static int LevelToSyslogSeverity.convert(ILoggingEvent event)