Logback API
Version 0.9.8

Package ch.qos.logback.classic.pattern

Provides classes implementing format specifiers in conversion patterns.

See:
          Description

Interface Summary
Abbreviator An interface used for abbreviating strings according to different policies.
 

Class Summary
CallerDataConverter This converter outputs caller data depending on depth and marker data.
ClassicConverter This class serves the super-class of all converters in LOGBack.
ClassNameAbbreviator  
ClassOfCallerConverter  
DateConverter  
FileOfCallerConverter  
LevelConverter Return the event's level.
LineOfCallerConverter  
LineSeparatorConverter  
LoggerConverter  
MarkerConverter Return the event's marker value(s).
MDCConverter  
MessageConverter Return the event's message.
MethodOfCallerConverter  
NamedConverter  
NopThrowableInformationConverter Always returns an empty string.
RelativeTimeConverter  
SyslogStartConverter  
ThreadConverter Return the events thread (usually the current thread).
ThrowableHandlingConverter Converter which handle throwables should be derived from this class.
ThrowableInformationConverter Add a stack trace i case the event contains a Throwable.
Util  
 

Package ch.qos.logback.classic.pattern Description

Provides classes implementing format specifiers in conversion patterns.


Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.