|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.util.LogFactory
public final class LogFactory
Facade to hide details of the underlying logging system.
Constructor Summary | |
---|---|
LogFactory()
|
Method Summary | |
---|---|
static Log |
getLog(java.lang.Class clazz)
Returns an instance of Log suitable for logging from the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogFactory()
Method Detail |
---|
public static Log getLog(java.lang.Class clazz)
clazz
- the class to create the logger for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |