| 类 | 说明 |
|---|---|
| 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). |
| Log4JLogger |
Title: 常用代码打包
Description:
Implementation of
Log that maps directly to a Log4J
Logger. |
| LogFactoryImpl |
Title: 常用代码打包
Description:
Concrete subclass of
LogFactory that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for. |
| NoOpLog |
Title: 常用代码打包
Description:
Trivial implementation of Log that throws away all messages.
|
| SimpleLog |
Title: 常用代码打包
Description:
Simple implementation of Log that sends all enabled log messages,
for all defined loggers, to System.err.
|
Copyright © 2023 onecode. All rights reserved.