|
Public Member Functions |
| final String | getLoggingBackendName () |
| org.apache.avalon.framework.logger.Logger | getNamedLogger (String name) |
| org.apache.avalon.framework.logger.Logger | getNamedLogger (String name, String fileName, long maxFileSize) throws IOException |
| org.apache.avalon.framework.logger.Logger | getNamedRootLogger (String name) |
| void | setDefaultLogFile (String fileName, long maxLogSize) throws IOException |
| void | configure (Configuration conf) throws ConfigurationException |
Private Attributes |
| final NullLogger | delegate = new NullLogger() |
Static Private Attributes |
| final String | BACKEND_NAME = "null logger" |