Package org.pf.logging

Loggin API
Contains an independent logging interface that allows to do logging inside the PF components without the dependency on a specific logging component such as log4j or jlog.

See:
          Description

Interface Summary
Logger A simple interface for all necessary logging functions.
 

Class Summary
NilLogger This class implements the Logger interface but doesn't write anything to any output device.
PrintStreamLogger This logger supports simple output to a print stream.
 

Package org.pf.logging Description

Loggin API


Contains an independent logging interface that allows to do logging inside the PF components without the dependency on a specific logging component such as log4j or jlog.