|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.util.log.AbstractLogger
org.eclipse.jetty.util.log.JavaUtilLog
public class JavaUtilLog
Implementation of Jetty Logger based on Logger.
You can also set the logger level using standard java.util.logging configuration.
| 构造方法摘要 | |
|---|---|
JavaUtilLog()
|
|
JavaUtilLog(String name)
|
|
| 方法摘要 | |
|---|---|
void |
debug(String msg,
Object... args)
Formats and logs at debug level. |
void |
debug(String msg,
Throwable thrown)
Logs the given message at debug level, with Throwable information. |
void |
debug(Throwable thrown)
Logs the given Throwable information at debug level |
String |
getName()
|
void |
ignore(Throwable ignored)
Ignore an exception. |
void |
info(String msg,
Object... args)
Formats and logs at info level. |
void |
info(String msg,
Throwable thrown)
Logs the given message at info level, with Throwable information. |
void |
info(Throwable thrown)
Logs the given Throwable information at info level |
boolean |
isDebugEnabled()
|
protected Logger |
newLogger(String fullname)
Create a Child Logger of this Logger. |
void |
setDebugEnabled(boolean enabled)
Mutator used to turn debug on programmatically. |
void |
warn(String msg,
Object... args)
Formats and logs at warn level. |
void |
warn(String msg,
Throwable thrown)
Logs the given message at warn level, with Throwable information. |
void |
warn(Throwable thrown)
Logs the given Throwable information at warn level |
| 从类 org.eclipse.jetty.util.log.AbstractLogger 继承的方法 |
|---|
getLogger |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JavaUtilLog()
public JavaUtilLog(String name)
| 方法详细信息 |
|---|
public String getName()
public void warn(String msg,
Object... args)
Logger 复制的描述
msg - the formatting stringargs - the optional argumentspublic void warn(Throwable thrown)
Logger 复制的描述
thrown - the Throwable to log
public void warn(String msg,
Throwable thrown)
Logger 复制的描述
msg - the message to logthrown - the Throwable to log
public void info(String msg,
Object... args)
Logger 复制的描述
msg - the formatting stringargs - the optional argumentspublic void info(Throwable thrown)
Logger 复制的描述
thrown - the Throwable to log
public void info(String msg,
Throwable thrown)
Logger 复制的描述
msg - the message to logthrown - the Throwable to logpublic boolean isDebugEnabled()
public void setDebugEnabled(boolean enabled)
Logger 复制的描述
enabled - whether to enable the debug level
public void debug(String msg,
Object... args)
Logger 复制的描述
msg - the formatting stringargs - the optional argumentspublic void debug(Throwable thrown)
Logger 复制的描述
thrown - the Throwable to log
public void debug(String msg,
Throwable thrown)
Logger 复制的描述
msg - the message to logthrown - the Throwable to logprotected Logger newLogger(String fullname)
AbstractLogger 中的 newLoggerpublic void ignore(Throwable ignored)
Logger 复制的描述This should be used rather than an empty catch block.
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||