Uses of Class
ch.qos.logback.classic.spi.LoggingEvent

Packages that use LoggingEvent
ch.qos.logback.classic Contains logback classic main classes. 
ch.qos.logback.classic.boolex   
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.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.util Contains utility classes. 
 

Uses of LoggingEvent in ch.qos.logback.classic
 

Methods in ch.qos.logback.classic that return types with arguments of type LoggingEvent
 Appender<LoggingEvent> Logger.getAppender(java.lang.String name)
           
 java.util.Iterator<Appender<LoggingEvent>> Logger.iteratorForAppenders()
           
 

Methods in ch.qos.logback.classic with parameters of type LoggingEvent
 void Logger.callAppenders(LoggingEvent event)
          Invoke all the appenders of this logger.
 java.lang.String PatternLayout.doLayout(LoggingEvent event)
           
 

Method parameters in ch.qos.logback.classic with type arguments of type LoggingEvent
 void Logger.addAppender(Appender<LoggingEvent> newAppender)
           
 

Uses of LoggingEvent in ch.qos.logback.classic.boolex
 

Methods in ch.qos.logback.classic.boolex with parameters of type LoggingEvent
 boolean OnErrorEvaluator.evaluate(LoggingEvent event)
          Return true if event passed as parameter has level ERROR or higher, returns false otherwise.
protected  java.lang.Object[] JaninoEventEvaluator.getParameterValues(LoggingEvent loggingEvent)
           
 

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

Methods in ch.qos.logback.classic.db with parameters of type LoggingEvent
static short DBHelper.computeReferenceMask(LoggingEvent event)
           
 

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

Methods in ch.qos.logback.classic.html with parameters of type LoggingEvent
 java.lang.String HTMLLayout.doLayout(LoggingEvent event)
           
 

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

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

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

Fields in ch.qos.logback.classic.net with type parameters of type LoggingEvent
protected  CyclicBuffer<LoggingEvent> SMTPAppender.cb
           
 

Methods in ch.qos.logback.classic.net that return types with arguments of type LoggingEvent
 Layout<LoggingEvent> SyslogAppender.buildLayout(java.lang.String facilityStr)
           
protected  Layout<LoggingEvent> SMTPAppender.makeSubjectLayout(java.lang.String subjectStr)
           
 

Methods in ch.qos.logback.classic.net with parameters of type LoggingEvent
 void JMSQueueAppender.append(LoggingEvent event)
          This method called by AppenderBase.doAppend(E) method to do most of the real appending work.
 void JMSTopicAppender.append(LoggingEvent event)
          This method called by AppenderBase.doAppend(E) method to do most of the real appending work.
protected  void SocketAppender.postProcessEvent(LoggingEvent event)
           
protected  void SMTPAppender.subAppend(LoggingEvent 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 LoggingEvent
SMTPAppender(EventEvaluator<LoggingEvent> eventEvaluator)
          Use the parameter as the EventEvaluator for this SMTPAppender.
 

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

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

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

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

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

Methods in ch.qos.logback.classic.sift with parameters of type LoggingEvent
 java.lang.String MDCBasedDiscriminator.getDiscriminatingValue(LoggingEvent event)
          Return the value associated with an MDC entry desginated by the Key property.
protected  long SiftingAppender.getTimestamp(LoggingEvent event)
           
 

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

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

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