|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibatis.common.logging.LogFactory
Constructor Summary | |
LogFactory()
|
Method Summary | |
static Log |
getLog(java.lang.Class aClass)
|
static void |
selectJavaLogging()
This method will switch the logging implementation to Java native logging if you are running in JRE 1.4 or above. |
static void |
selectLog4JLogging()
This method will switch the logging implementation to Log4J if Log4J is available on the classpath. |
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 aClass)
public static void selectLog4JLogging()
public static void selectJavaLogging()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |