| Logger implementations should implement this interface. This is
an internal interface with methods which should not be exposed to
the end user.
All logger implementation must implement this interface. In
addition they must include two configure methods with the following
signatures:
public static void configure()
public static void configure(File file)
This class is deprecated. All EdenLib classes now use the
Apache Jakarta Commons logging library.
author: Anthony Eden |