snaq.util.logging
Class DBPoolLegacyFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
snaq.util.logging.TerseFormatter
snaq.util.logging.DBPoolLegacyFormatter
public class DBPoolLegacyFormatter
- extends TerseFormatter
Implementation of a simple single-line log
Formatter
for use with the Java Logging API. It formats similarly to the logs of
pre-5.0 versions of DBPool, and is to help maintain some degree of
backwards-compatibility and ease of transition for upgraders who aren't
very good with change.
In a Java Logging configuration properties file:
<handler>.formatter=snaq.util.logging.DBPoolLegacyFormatter
Note: this class will probably be removed in a future release,
and is here only to make the transition to the new logging framework
a bit smoother.
- Author:
- Giles Winstanley
DBPoolLegacyFormatter
public DBPoolLegacyFormatter()