|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.hunsicker.jalopy.storage.Loggers
Exposes the loggers that are used throughout the system.
Field Summary | |
static Logger |
ALL
Logging category for all messages. |
static Logger |
IO
Logging category for I/O messages. |
static Logger |
PARSER
Logging category for parsing messages. |
static Logger |
PARSER_JAVADOC
Logging category for Javadoc parsing messages. |
static Logger |
PRINTER
Logging category for printer messages. |
static Logger |
PRINTER_JAVADOC
Logging category for Javadoc printer messages. |
static Logger |
TRANSFORM
Logging category for transformation messages. |
Method Summary | |
static void |
disable()
Disables logging output. |
static void |
dumpAppenders(Logger logger)
Prints information about all appenders for the given logger. |
static void |
enable()
Enables logging output. |
static void |
initialize(Appender appender)
Initializes logging for the given appender. |
static void |
setLocale(Locale locale)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Logger ALL
public static final Logger IO
public static final Logger PARSER
public static final Logger PARSER_JAVADOC
public static final Logger PRINTER
public static final Logger PRINTER_JAVADOC
public static final Logger TRANSFORM
Method Detail |
public static void setLocale(Locale locale)
locale
- DOCUMENT ME!public static void disable()
public static void dumpAppenders(Logger logger)
logger
- a logger.public static void enable()
public static void initialize(Appender appender)
appender
- appender to enable logging output for.
|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |