Project Wonder 2.0

er.extensions
Class ERXLogger.Factory

java.lang.Object
  extended byer.extensions.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.


Constructor Summary
ERXLogger.Factory()
           
 
Method Summary
 void loggingConfigurationDidChange()
          Override this in your own subclass to do somthing after the logging config did change.
 Logger makeNewLoggerInstance(String name)
          Overriden method used to create new ERXLogger classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXLogger.Factory

public ERXLogger.Factory()
Method Detail

makeNewLoggerInstance

public Logger makeNewLoggerInstance(String name)
Overriden method used to create new ERXLogger classes.

Specified by:
makeNewLoggerInstance in interface LoggerFactory
Parameters:
name - to create the new Logger instance for
Returns:
new ERXLogger object for the given name

loggingConfigurationDidChange

public void loggingConfigurationDidChange()
Override this in your own subclass to do somthing after the logging config did change.


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.