|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.logging.LogFactory
com.rhi.architecture.logging.BasicLog4JFactory
com.rhi.architecture.logging.Log4JFactory
Log4J Factory
Field Summary | |
static java.lang.String |
FILE_APPENDER
file appender config key - required since the file appender is added programmatically. |
static java.lang.String |
LOGFILE_PATH
path where logfile should be written. |
Fields inherited from class com.rhi.architecture.logging.BasicLog4JFactory |
LOG4J_DEFAULTCATEGORY, LOG4J_PROPERTYFILE |
Fields inherited from class com.rhi.architecture.logging.LogFactory |
KEY |
Constructor Summary | |
Log4JFactory()
default constructor - protected |
Method Summary | |
void |
init(java.util.Properties p)
Perform whatever initialization is required of the resource. |
protected boolean |
isLoaded()
Returns the loaded flag to ensure the logfactory isn't double initialized. |
Methods inherited from class com.rhi.architecture.logging.BasicLog4JFactory |
close, getDefaultLogger, getLogger, getProperties |
Methods inherited from class com.rhi.architecture.logging.LogFactory |
getFactory, getLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String FILE_APPENDER
public static final java.lang.String LOGFILE_PATH
Constructor Detail |
public Log4JFactory()
Method Detail |
public void init(java.util.Properties p) throws InitializationException
init
in interface Resource
init
in class BasicLog4JFactory
p
-
InitializationException
Resource.init(Properties)
protected boolean isLoaded()
isLoaded
in class BasicLog4JFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |