public class Logger extends Object implements org.apache.maven.plugin.logging.Log
| 构造器和说明 |
|---|
Logger(org.apache.maven.plugin.logging.Log log) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(CharSequence charSequence) |
void |
debug(CharSequence charSequence,
Throwable throwable) |
void |
debug(Throwable throwable) |
void |
error(CharSequence charSequence) |
void |
error(CharSequence charSequence,
Throwable throwable) |
void |
error(Throwable throwable) |
void |
info(CharSequence charSequence) |
void |
info(CharSequence charSequence,
Throwable throwable) |
void |
info(Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(CharSequence charSequence) |
void |
warn(CharSequence charSequence,
Throwable throwable) |
void |
warn(Throwable throwable) |
public boolean isDebugEnabled()
isDebugEnabled 在接口中 org.apache.maven.plugin.logging.Logpublic void debug(CharSequence charSequence)
debug 在接口中 org.apache.maven.plugin.logging.Logpublic void debug(CharSequence charSequence, Throwable throwable)
debug 在接口中 org.apache.maven.plugin.logging.Logpublic void debug(Throwable throwable)
debug 在接口中 org.apache.maven.plugin.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled 在接口中 org.apache.maven.plugin.logging.Logpublic void info(CharSequence charSequence)
info 在接口中 org.apache.maven.plugin.logging.Logpublic void info(CharSequence charSequence, Throwable throwable)
info 在接口中 org.apache.maven.plugin.logging.Logpublic void info(Throwable throwable)
info 在接口中 org.apache.maven.plugin.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled 在接口中 org.apache.maven.plugin.logging.Logpublic void warn(CharSequence charSequence)
warn 在接口中 org.apache.maven.plugin.logging.Logpublic void warn(CharSequence charSequence, Throwable throwable)
warn 在接口中 org.apache.maven.plugin.logging.Logpublic void warn(Throwable throwable)
warn 在接口中 org.apache.maven.plugin.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled 在接口中 org.apache.maven.plugin.logging.Logpublic void error(CharSequence charSequence)
error 在接口中 org.apache.maven.plugin.logging.Logpublic void error(CharSequence charSequence, Throwable throwable)
error 在接口中 org.apache.maven.plugin.logging.Logpublic void error(Throwable throwable)
error 在接口中 org.apache.maven.plugin.logging.LogCopyright © 2021. All rights reserved.