public class LogFactory extends Object
| Constructor and Description |
|---|
LogFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Log |
getLog()
获取log默认当前类,不支持android
|
static Log |
getLog(Class clazz) |
static Log |
getLog(String loggerName) |
static void |
selectJavaLogging() |
static void |
selectLog4JLogging() |
Copyright © 2016. All rights reserved.