|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.common.logging.LogFactory
public class LogFactory
The log factory implementation. Provides functionality for create and configure SLF4H or Common Logging instance, if no one is exists, the DefaultLog implementation is used instead.
Method Summary | |
---|---|
static Log |
getLog(Class aClass)
Gets log instance. |
static Log |
getLog(String name)
Gets log instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Log getLog(Class aClass)
aClass
- the classpublic static Log getLog(String name)
name
- the logical name of the Log
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |