this package contains a generic logging system which can be used to log to different logging utilities, such as Log4J or the System.out.
This package is deprecated. All EdenLib classes now use the Apache Jakarta Commons logging library.
If you would like to implement a custom logger you must follow these rules:
public static void configure()
public static void configure(File file)
Loggers will often wrap other logging APIs.