Package org.entityfs.support.log

LogAdapter interface and implementations.

See:
          Description

Interface Summary
LogAdapter This is an interface for an adapter to a log system.
 

Class Summary
Jdk14LogAdapter This implementation of LogAdapter logs all output to a java.util.logging.Logger.
LogAdapterHolder A LogAdapterHolder instance is used by a FileSystem to hold a reference to the current LogAdapter.
StdOutLogAdapter This LogAdapter implementation logs all messages to System.out and System.err.
 

Package org.entityfs.support.log Description

LogAdapter interface and implementations.

Since:
1.0
Author:
Karl Gustafsson