Class ExtendedLogger

java.lang.Object
java.util.logging.Logger
com.clumd.projects.java_common_utils.logging.ExtendedLogger

public class ExtendedLogger extends Logger
This class is a very basic extension of the built-in JUL Logger, but with an expansive selection of 'log' methods for all the combinations of operations the average user might require.

There is also support for the 'tags' paradigm for log messages, explained as part of ExtendedLogRecord documentation. Other than the method signatures, basically the rest is a pass-through to the underling Logger, but using the aforementioned Extended Log Record in place of basic Log Record.