|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xins.logdoc.AbstractLog
Abstract base class for logdoc Log
classes.
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 |
public static final Level DEBUG
public static final Level INFO
public static final Level NOTICE
public static final Level WARNING
public static final Level ERROR
public static final Level FATAL
Constructor Detail |
protected AbstractLog()
AbstractLog
instance.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |