Package net.dpml.logging

The net.dpml.logging package provides a simple logging facard API.

See:
          Description

Interface Summary
Logger Logger is a interface through which different logging solutions can be provided.
 

Package net.dpml.logging Description

The net.dpml.logging package provides a simple logging facard API. It is defined by the single Logger interface. Container applications will typically map log requests from this interface to logging implementations such as java.util.logging.Logger.