Syslog: White Paper FAQ Examples JavaDoc
Protomatter Classes v1.1.6

Uses of Interface
com.protomatter.syslog.Syslogger

Packages that use Syslogger
com.protomatter.syslog Syslog is a system-wide logging facility. 
 

Uses of Syslogger in com.protomatter.syslog
 

Classes in com.protomatter.syslog that implement Syslogger
 class BasicLogger
          A base class for Syslogger implementations.
 class DatabaseLog
          A logger that writes to a database.
 class FileLog
          A logger that simply writes to a file.
 class JMSLog
          A logger that writes messages to JMS.
 class LengthRolloverLog
          An implementation of an object that will log things using the Syslog facility, and roll it's log files after a certain number of bytes have been written to them.
 class MailLog
          A logger that sends email.
 class OpenFileLog
          A logger that opens the file for each log entry and closes it after it's done writing.
 class PrintWriterLog
          An implementation of an object that will log things using the Syslog facility.
 class RemoteLog
          A logger that sends messages to remote receivers bound in JNDI.
 class TimeRolloverLog
          An implementation of an object that will log things using the Syslog facility, and roll it's log files after a certain amount of time has passed.
 

Methods in com.protomatter.syslog that return Syslogger
static Syslogger Syslog.getLogger(java.lang.String name)
          Get a logger by name.
 

Methods in com.protomatter.syslog with parameters of type Syslogger
static void Syslog.addLogger(Syslogger log)
          Registers a new Syslogger object with Syslog.
static boolean Syslog.removeLogger(Syslogger log)
          Deregisters a Syslogger object from Syslog.
 


Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6