cgl.narada.util.logging
Class LoggerFactory
java.lang.Object
cgl.narada.util.logging.LoggerFactory
public class LoggerFactory
- extends Object
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerFactory
public LoggerFactory()
getLogger
public static Logger getLogger(Class clazz)
throws LoggingException
- Throws:
LoggingException
getLogger
public static Logger getLogger(String name)
throws LoggingException
- Throws:
LoggingException
release
public static void release()
getLoggerFQCN
protected String getLoggerFQCN()
getLoggerConstructor
protected Constructor getLoggerConstructor()
throws LoggingException
IMPLEMENTATION NOTE - Race conditions caused by
calling this method from more than one thread are ignored, because
the same Constructor instance will ultimately be derived
in all circumstances.
- Throws:
LoggingException
isJavaLoggerAvailable
protected boolean isJavaLoggerAvailable()
isLog4jAvailable
protected boolean isLog4jAvailable()
For comments and suggestions please send
e-mail to
The NaradaBrokering Project