| 程序包 | 说明 |
|---|---|
| com.ds.common.logging |
Simple wrapper API around multiple logging APIs.
|
| com.ds.common.logging.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static LogFactory |
LogFactory.getFactory(String configKey)
Construct (if necessary) and return a
LogFactory instance. |
protected static LogFactory |
LogFactory.newFactory(String factoryClass,
ClassLoader classLoader)
Return a new instance of the specified
LogFactory
implementation class, loaded by the specified class loader. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LogFactoryImpl
Title: 常用代码打包
Description:
Concrete subclass of
LogFactory that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for. |
Copyright © 2023 onecode. All rights reserved.