public class LogFactory extends Object
Constructor and Description |
---|
LogFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
forceJavaLogging()
This method will switch the logging implementation to Java native
logging.
|
static Log |
getLog(Class<?> clazz) |
static void |
setLogFactory(AbstractLogFactory logFactory) |
public static void forceJavaLogging()
public static void setLogFactory(AbstractLogFactory logFactory)
Copyright © 2010–2018 MyBatis.org. All rights reserved.