Package net.sf.genuine.logging

Logging is done using the JDK's own logging facilities.

See:
          Description

Class Summary
Logging Helper class for logging.
OneLineFormatter Formatter for Jdk 1.4's logging service that uses a single line for each log record.
 

Package net.sf.genuine.logging Description

Logging is done using the JDK's own logging facilities. Logging provides helper methods to get logger objects, OneLineFormatter is a logging formatter.