Core class for obtaining Loggers.
If you would like to implement a custom logger you must follow these
rules:
- Must implement LoggerInternal
- Must include two static configuration methods:
public static void configure()
public static void configure(File file)
Loggers will often wrap other logging APIs. By having a consistant
interface to log facilities you do not need to embed code from any
one log facility into your system.
This class is deprecated. All EdenLib classes now use the
Apache Jakarta Commons logging library.
author: Anthony Eden |