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 © 2006–2016 MyBatis.org. All rights reserved.