The default implementation of logging for Persistit. Writes log messages to a file and/or System.err. Many applications will uses one of the logging adapter classes instead of this class to connect Persistit's log output to an existing infrastructure.
@see ApacheCommonsLogAdapter
@see JDK14LoggingAdapter
@see Log4JAdapter
@see Slf4jAdapter
@version 1.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.