Package com.flat502.rox.log

Supporting classes for HTTP level logging.

See:
          Description

Interface Summary
Log Abstracts logging so that we don't have to depend on something like log4j but callers can easily plug us into their own logging framework.
 

Class Summary
AbstractLog An abstract Log implementation intended to simplify developing implementations.
Level Logging level constants.
LogFactory  
LogFactoryImpl  
NullLog A Log implementation that swallows all logging and returns false for all logging level checks.
SimpleLogFactory  
StreamLog A Log implementation backed by an a OutputStream.
 

Package com.flat502.rox.log Description

Supporting classes for HTTP level logging.

Related Documentation