|
Logback API Version 0.9.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggingEvent | |
---|---|
ch.qos.logback.classic | Contains logback classic main classes. |
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.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.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.detachAppender(String name)
|
Appender<LoggingEvent> |
Logger.getAppender(String name)
|
Methods in ch.qos.logback.classic with parameters of type LoggingEvent | |
---|---|
void |
Logger.callAppenders(LoggingEvent event)
Invoke all the appenders of this logger. |
String |
PatternLayout.doLayout(LoggingEvent event)
|
Method parameters in ch.qos.logback.classic with type arguments of type LoggingEvent | |
---|---|
void |
Logger.addAppender(Appender<LoggingEvent> newAppender)
|
protected void |
PatternLayout.postCompileProcessing(Converter<LoggingEvent> head)
This implementation checks if any of the converters in the chain handles exceptions. |
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 | |
---|---|
String |
HTMLLayout.doLayout(LoggingEvent event)
|
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(String facilityStr)
|
protected Layout<LoggingEvent> |
SMTPAppender.makeSubjectLayout(String subjectStr)
|
Methods in ch.qos.logback.classic.net with parameters of type LoggingEvent | |
---|---|
void |
JMSTopicAppender.append(LoggingEvent event)
This method called by AppenderBase.doAppend(E) method to do most
of the real appending work. |
void |
JMSQueueAppender.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. |
Uses of LoggingEvent in ch.qos.logback.classic.pattern |
---|
Methods in ch.qos.logback.classic.pattern with parameters of type LoggingEvent | |
---|---|
String |
SyslogStartConverter.convert(LoggingEvent event)
|
String |
RelativeTimeConverter.convert(LoggingEvent event)
|
String |
FileOfCallerConverter.convert(LoggingEvent le)
|
String |
MarkerConverter.convert(LoggingEvent le)
|
String |
MessageConverter.convert(LoggingEvent event)
|
String |
DateConverter.convert(LoggingEvent le)
|
String |
LineOfCallerConverter.convert(LoggingEvent le)
|
String |
MDCConverter.convert(LoggingEvent event)
|
String |
CallerDataConverter.convert(LoggingEvent le)
|
String |
LevelConverter.convert(LoggingEvent le)
|
String |
MethodOfCallerConverter.convert(LoggingEvent le)
|
String |
LineSeparatorConverter.convert(LoggingEvent event)
|
String |
ThrowableInformationConverter.convert(LoggingEvent event)
|
String |
NopThrowableInformationConverter.convert(LoggingEvent event)
|
String |
ThreadConverter.convert(LoggingEvent event)
|
String |
NamedConverter.convert(LoggingEvent event)
|
protected String |
LoggerConverter.getFullyQualifiedName(LoggingEvent event)
|
protected abstract String |
NamedConverter.getFullyQualifiedName(LoggingEvent event)
Gets fully qualified name from event. |
protected String |
ClassOfCallerConverter.getFullyQualifiedName(LoggingEvent event)
|
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)
|
|
Logback API Version 0.9.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |