public class LogFactory extends Object
| 构造器和说明 |
|---|
LogFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Log |
getLog(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.
|
public static void selectLog4JLogging()
public static void selectJavaLogging()
Copyright © 2012 Alibaba Group. All Rights Reserved.