Package ch.qos.logback.classic.net

Contains classes used to log through a network

See:
          Description

Class Summary
JMSQueueAppender A simple appender that publishes events to a JMS Queue.
JMSQueueSink A simple application that consumes logging events sent by a JMSQueueAppender.
JMSTopicAppender A simple appender that publishes events to a JMS Topic.
JMSTopicSink A simple application that consumes logging events sent by a JMSTopicAppender.
LoggingEventPreSerializationTransformer  
SimpleSocketServer A simple SocketNode based server.
SMTPAppender Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SocketAppender Sends ILoggingEvent objects to a remote a log server, usually a SocketNode.
SocketNode Read ILoggingEvent objects sent from a remote client using Sockets (TCP).
SyslogAppender This appender can be used to send messages to a remote syslog daemon.
 

Package ch.qos.logback.classic.net Description

Contains classes used to log through a network



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