org.entityfs.impl.impl
Class DefaultLogAdapter

java.lang.Object
  extended by org.entityfs.impl.impl.DefaultLogAdapter

public final class DefaultLogAdapter
extends Object

This class contains a reference to the default log adapter for file systems; a StdOutLogAdapter.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-core

Field Summary
static LogAdapter DEFAULT_ADAPTER
          The default LogAdapter for file systems.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ADAPTER

public static final LogAdapter DEFAULT_ADAPTER
The default LogAdapter for file systems. This is used if no other adapter is set.