org.entityfs.impl.impl
Class DefaultLogAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_ADAPTER
public static final LogAdapter DEFAULT_ADAPTER
- The default
LogAdapter
for file systems. This is used if no other
adapter is set.