org.xins.logdoc
Class AbstractLog

java.lang.Object
  extended byorg.xins.logdoc.AbstractLog
Direct Known Subclasses:
Log, Log

public abstract class AbstractLog
extends Object

Abstract base class for logdoc Log classes.

Since:
XINS 1.0.0
Version:
$Revision: 1.22 $ $Date: 2006/08/28 09:12:30 $
Author:
Ernst de Haan

Nested Class Summary
protected static class AbstractLog.LogController
          Log controller.
 
Field Summary
static Level DEBUG
          The debug log level.
static Level ERROR
          The error log level.
static Level FATAL
          The fatal log level.
static Level INFO
          The info log level.
static Level NOTICE
          The notice log level.
static Level WARNING
          The warning log level.
 
Constructor Summary
protected AbstractLog()
          Constructs a new AbstractLog instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final Level DEBUG
The debug log level.


INFO

public static final Level INFO
The info log level.


NOTICE

public static final Level NOTICE
The notice log level.


WARNING

public static final Level WARNING
The warning log level.


ERROR

public static final Level ERROR
The error log level.


FATAL

public static final Level FATAL
The fatal log level.

Constructor Detail

AbstractLog

protected AbstractLog()
Constructs a new AbstractLog instance.



See http://www.xins.org/.