Jalopy 1.0b10

de.hunsicker.jalopy.storage
Class Loggers

java.lang.Object
  |
  +--de.hunsicker.jalopy.storage.Loggers

public final class Loggers
extends Object

Exposes the loggers that are used throughout the system.

Version:
$Revision: 1.3 $
Author:
Marco Hunsicker

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

ALL

public static final Logger ALL
Logging category for all messages.

IO

public static final Logger IO
Logging category for I/O messages.

PARSER

public static final Logger PARSER
Logging category for parsing messages.

PARSER_JAVADOC

public static final Logger PARSER_JAVADOC
Logging category for Javadoc parsing messages.

PRINTER

public static final Logger PRINTER
Logging category for printer messages.

PRINTER_JAVADOC

public static final Logger PRINTER_JAVADOC
Logging category for Javadoc printer messages.

TRANSFORM

public static final Logger TRANSFORM
Logging category for transformation messages.
Method Detail

setLocale

public static void setLocale(Locale locale)
DOCUMENT ME!
Parameters:
locale - DOCUMENT ME!

disable

public static void disable()
Disables logging output.
Since:
1.0b8

dumpAppenders

public static void dumpAppenders(Logger logger)
Prints information about all appenders for the given logger. Purely a diagnostic method.
Parameters:
logger - a logger.

enable

public static void enable()
Enables logging output.
Since:
1.0b8

initialize

public static void initialize(Appender appender)
Initializes logging for the given appender.
Parameters:
appender - appender to enable logging output for.

Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002