| 程序包 | 说明 |
|---|---|
| com.ds.cluster | |
| com.ds.common.expression | |
| com.ds.common.logging |
Simple wrapper API around multiple logging APIs.
|
| com.ds.common.logging.impl | |
| com.ds.esb.config.invocation | |
| com.ds.esb.config.manager | |
| com.ds.server | |
| com.ds.web.client | |
| com.ds.web.util |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
ClusterManagerImpl.log |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
JEP.log |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Log |
LogFactory.getInstance(Class clazz)
Convenience method to derive a name from the specified class and
call
getInstance(String) with it. |
abstract Log |
LogFactory.getInstance(String name)
Construct (if necessary) and return a
Log instance,
using the factory's current set of configuration attributes. |
static Log |
LogFactory.getLog(String configKey,
Class clazz)
Convenience method to return a named logger, without the application
having to care about factories.
|
static Log |
LogFactory.getLog(String configKey,
String name)
Convenience method to return a named logger, without the application
having to care about factories.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Jdk14Logger
Title: 常用代码打包
Description:
Implementation of the
org.apache.commons.logging.Log
interfaces that wraps the standard JDK logging mechanisms that were
introduced in the Merlin release (JDK 1.4). |
class |
Log4JLogger
Title: 常用代码打包
Description:
Implementation of
Log that maps directly to a Log4J
Logger. |
class |
NoOpLog
Title: 常用代码打包
Description:
Trivial implementation of Log that throws away all messages.
|
class |
SimpleLog
Title: 常用代码打包
Description:
Simple implementation of Log that sends all enabled log messages,
for all defined loggers, to System.err.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Log |
LogFactoryImpl.getInstance(Class clazz)
Convenience method to derive a name from the specified class and
call
getInstance(String) with it. |
Log |
LogFactoryImpl.getInstance(String name)
Construct (if necessary) and return a
Log instance,
using the factory's current set of configuration attributes. |
protected Log |
LogFactoryImpl.newInstance(String name)
Create and return a new
Log
instance for the specified name. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
AbstractInvocationHandler.log |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
EsbBean.log |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
OrgManagerFactory.log |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
WebClusterManagerImpl.log |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Log |
AnnotationUtil.logger |
Copyright © 2023 onecode. All rights reserved.