er.extensions.logging
Class ERXLogger.Factory
java.lang.Object
er.extensions.logging.ERXLogger.Factory
- All Implemented Interfaces:
- LoggerFactory
- Enclosing class:
- ERXLogger
public static class ERXLogger.Factory
- extends Object
- implements LoggerFactory
LoggerFactory subclass that creates ERXLogger objects instead of the
default Logger classes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERXLogger.Factory
public ERXLogger.Factory()
makeNewLoggerInstance
public Logger makeNewLoggerInstance(String name)
- Overriden method used to create new Logger classes.
- Specified by:
makeNewLoggerInstance in interface LoggerFactory
- Parameters:
name - to create the new Logger instance for
- Returns:
- new Logger object for the given name
loggingConfigurationDidChange
public void loggingConfigurationDidChange()
- Override this in your own subclass to do somthing after the logging
config did change.
Copyright © 2002 – 2007 Project Wonder.