Package ch.qos.logback.core

Contains the main classes of logback core.

See:
          Description

Interface Summary
Appender<E>  
Context  
Layout<E>  
 

Class Summary
AppenderBase<E> Sets a skeleton implementation for appenders.
BasicStatusManager  
ConsoleAppender<E> ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
ContextBase  
CoreConstants  
FileAppender<E> FileAppender appends log events to a file.
LayoutBase<E>  
UnsynchronizedAppenderBase<E> Similar to AppenderBase except that derived appenders need to handle thread synchronization on their own.
WriterAppender<E> WriterAppender appends events to a hava.io.Writer.
 

Exception Summary
LogbackException  
 

Package ch.qos.logback.core Description

Contains the main classes of logback core.



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