|
|||||||||||
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.JDK14LogFactory
LogFactory impl that wraps the 1.4 logger classes.
Field Summary |
Fields inherited from class com.rhi.architecture.logging.LogFactory |
KEY |
Constructor Summary | |
JDK14LogFactory()
|
Method Summary | |
void |
close()
close() |
Logger |
getDefaultLogger()
return default logger |
Logger |
getLogger(java.lang.String type)
get Logger for provided type |
void |
init(java.util.Properties p)
init() |
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 |
Constructor Detail |
public JDK14LogFactory()
Method Detail |
public void init(java.util.Properties p)
p
- Resource.init(java.util.Properties)
public Logger getDefaultLogger() throws ConfigurationException
getDefaultLogger
in class LogFactory
ConfigurationException
LogFactory.getDefaultLogger()
public Logger getLogger(java.lang.String type) throws ConfigurationException
getLogger
in class LogFactory
type
-
ConfigurationException
LogFactory.getLogger(java.lang.String)
public void close()
Resource.close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |