public class EZLogger
extends Object
Entry point of the Generic Application logging system. This class is a wrapper around the
standard Java Util Logging API. If you want to use this class, please configure the logging system
using EZLoggerManager class. The use of this EZLogger class avoid the use of class-based loggers.
Indeed, EZLogger analyzes the stack trace to locate the method that does the call to EZLogger, then
reports that information within logging message.