Logback API
Version 0.9.8

Package ch.qos.logback.core.net

Contains the base classes used by logback to log to remote destinations.

See:
          Description

Class Summary
JMSAppenderBase<E> This class serves as a base class for JMSTopicAppender and JMSQueueAppender For more information about this appender, please refer to: http://logback.qos.ch/manual/appenders.html#JMSAppenderBase
SMTPAppenderBase<E> An abstract class that provides basic support for sending events to an email address.
SocketAppenderBase<E> This is the base class for module specific SocketAppender implementations.
SyslogAppenderBase<E>  
SyslogConstants Constants used by syslog daemon and transitively by SyslogAppenderBase.
SyslogWriter SyslogWriter is a wrapper around the DatagramSocket class so that it behaves like a Writer.
TelnetAppender  
 

Package ch.qos.logback.core.net Description

Contains the base classes used by logback to log to remote destinations.

SMTPAppender logs events and sends an email when appropriate. SyslogAppender logs to a Syslog deamon.


Logback API
Version 0.9.8

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