|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.logging.LogUtil
Helper method to creating Logger instance.
Constructor Summary | |
LogUtil()
|
Method Summary | |
static Logger |
getDefaultLogger()
This method allows failures to be logged, even if the failure is in the logging package. |
static Logger |
getLogger()
Get the appropriate Logger instance for this Interface |
static Logger |
getLogger(java.lang.Class type)
This helper method requires that the LogFactory is registered w/ the ResourceContext. |
static Logger |
getLogger(java.lang.String name)
This helper method requires that the LogFactory is registered w/ the ResourceContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogUtil()
Method Detail |
public static Logger getLogger() throws ConfigurationException
ConfigurationException
public static Logger getLogger(java.lang.String name) throws ConfigurationException
name
- - the name of the logger.
ConfigurationException
public static Logger getLogger(java.lang.Class type) throws ConfigurationException
type
- - the name of the logger.
ConfigurationException
public static Logger getDefaultLogger()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |