Project Wonder 5.0

er.extensions.logging
Class ERXLogger.Factory

java.lang.Object
  extended by er.extensions.logging.ERXLogger.Factory
All Implemented Interfaces:
org.apache.log4j.spi.LoggerFactory
Enclosing class:
ERXLogger

public static class ERXLogger.Factory
extends java.lang.Object
implements org.apache.log4j.spi.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.
 org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
          Overriden method used to create new Logger 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 org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
Overriden method used to create new Logger classes.

Specified by:
makeNewLoggerInstance in interface org.apache.log4j.spi.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.


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.