public class SimpleLog4JLogSystem extends java.lang.Object implements LogSystem
This class is deprecated in favor of the new Log4JLogChute,
which makes use of Log4J's Logger rather than its deprecated
Category class.
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
logger
已过时。
log4java logging interface
|
| 构造器和说明 |
|---|
SimpleLog4JLogSystem()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
finalize()
已过时。
Also do a shutdown if the object is destroy()'d.
|
void |
init(RuntimeServices rs)
已过时。
Initializes this LogSystem.
|
void |
logVelocityMessage(int level,
java.lang.String message)
已过时。
logs messages
|
void |
shutdown()
已过时。
Close all destinations
|
public void init(RuntimeServices rs)
LogSystempublic void logVelocityMessage(int level,
java.lang.String message)
logVelocityMessage 在接口中 LogSystemlevel - severity levelmessage - complete error messageprotected void finalize()
throws java.lang.Throwable
finalize 在类中 java.lang.Objectjava.lang.Throwablepublic void shutdown()