Devsphere.com


Package com.devsphere.logging

Provides a common logging API that can be used with the standard logging API or the older Servlet logging API.

See:
          Description

Class Summary
AbstractLogger Abstract class whose methods are implemented by logging mechanisms.
CompoundLogger Logging mechanism that redirects any operation to two other loggers.
PrintLogger Logging mechanisms that uses a print stream or a writer.
ServletLogger Logging mechanisms for servlets.
StandardLogger Logging mechanism based on the logging API introduced by JDK 1.4.
 

Package com.devsphere.logging Description

Provides a common logging API that can be used with the standard logging API or the older Servlet logging API. It can also be used to print messages and exceptions to the console.


 Devsphere.com