Logback API
Version 0.9.8

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.
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 LoggingEvent objects to a remote a log server, usually a SocketNode.
SocketNode Read LoggingEvent objects sent from a remote client using Sockets (TCP).
SocketServer A SocketNode based server that uses a different hierarchy for each client.
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


Logback API
Version 0.9.8

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