com.bankframe.services.logger.log4j
Class LOG4JLoggerFactory

java.lang.Object
  extended by com.bankframe.services.logger.ELoggerFactory
      extended by com.bankframe.services.logger.log4j.LOG4JLoggerFactory

public class LOG4JLoggerFactory
extends ELoggerFactory


Field Summary
static String LOG4J_CATEGORY
           
static String LOG4J_CONFIG
           
static String LOG4J_CONFIG_FILE_PATH_KEY
           
static long LOG4J_CONFIG_REFRESH
           
static String LOG4J_CONFIG_REFRESH_KEY
           
 
Fields inherited from class com.bankframe.services.logger.ELoggerFactory
FACTORY_PROPERTY, FACTORY_PROPERTY_FILE, LOGGER_ENABLED
 
Constructor Summary
LOG4JLoggerFactory()
           
 
Method Summary
 
Methods inherited from class com.bankframe.services.logger.ELoggerFactory
getLogger, getLogger, getLogger, main
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG4J_CATEGORY

public static final String LOG4J_CATEGORY
See Also:
Constant Field Values

LOG4J_CONFIG

public static final String LOG4J_CONFIG
See Also:
Constant Field Values

LOG4J_CONFIG_REFRESH

public static final long LOG4J_CONFIG_REFRESH
See Also:
Constant Field Values

LOG4J_CONFIG_FILE_PATH_KEY

public static final String LOG4J_CONFIG_FILE_PATH_KEY
See Also:
Constant Field Values

LOG4J_CONFIG_REFRESH_KEY

public static final String LOG4J_CONFIG_REFRESH_KEY
See Also:
Constant Field Values
Constructor Detail

LOG4JLoggerFactory

public LOG4JLoggerFactory()


Copyright © 2005, 2007, Oracle. All rights reserved.