Package org.cementj.log

Provides logger abstraction allowing applications to easily switch logging utilities without changing code.

See:
          Description

Interface Summary
Logger A logging interface used to decouple applications from specific logging utilities.
 

Class Summary
AbstractLogger An abstract logger used to decouple ora.cementj (and any application using it) from specific logging implementations.
ConsoleLogger A Console implementation of Logger (provided as default).
JavaV4Logger A Java 1.4 Logger implementation of Logger for those applications who use JDK logging.
Log4JLogger A Log4J implementation of Logger for those applications who use Log4J.
LogManager This class registers the logger used by all utilities in CementJ.
 

Package org.cementj.log Description

Provides logger abstraction allowing applications to easily switch logging utilities without changing code.

This package currently supports Log4J and the Java Logging API, but can easily support other logging packages.

Copyright: Delta Vortex Technologies, 2003.



Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.