类 Logger
- java.lang.Object
-
- io.esastack.cabin.log.Logger
-
- 所有已实现的接口:
org.apache.maven.plugin.logging.Log
public class Logger extends Object implements org.apache.maven.plugin.logging.Log
-
-
构造器概要
构造器 构造器 说明 Logger(org.apache.maven.plugin.logging.Log log)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddebug(CharSequence charSequence)voiddebug(CharSequence charSequence, Throwable throwable)voiddebug(Throwable throwable)voiderror(CharSequence charSequence)voiderror(CharSequence charSequence, Throwable throwable)voiderror(Throwable throwable)voidinfo(CharSequence charSequence)voidinfo(CharSequence charSequence, Throwable throwable)voidinfo(Throwable throwable)booleanisDebugEnabled()booleanisErrorEnabled()booleanisInfoEnabled()booleanisWarnEnabled()voidwarn(CharSequence charSequence)voidwarn(CharSequence charSequence, Throwable throwable)voidwarn(Throwable throwable)
-
-
-
方法详细资料
-
isDebugEnabled
public boolean isDebugEnabled()
- 指定者:
isDebugEnabled在接口中org.apache.maven.plugin.logging.Log
-
debug
public void debug(CharSequence charSequence)
- 指定者:
debug在接口中org.apache.maven.plugin.logging.Log
-
debug
public void debug(CharSequence charSequence, Throwable throwable)
- 指定者:
debug在接口中org.apache.maven.plugin.logging.Log
-
debug
public void debug(Throwable throwable)
- 指定者:
debug在接口中org.apache.maven.plugin.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()
- 指定者:
isInfoEnabled在接口中org.apache.maven.plugin.logging.Log
-
info
public void info(CharSequence charSequence)
- 指定者:
info在接口中org.apache.maven.plugin.logging.Log
-
info
public void info(CharSequence charSequence, Throwable throwable)
- 指定者:
info在接口中org.apache.maven.plugin.logging.Log
-
info
public void info(Throwable throwable)
- 指定者:
info在接口中org.apache.maven.plugin.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()
- 指定者:
isWarnEnabled在接口中org.apache.maven.plugin.logging.Log
-
warn
public void warn(CharSequence charSequence)
- 指定者:
warn在接口中org.apache.maven.plugin.logging.Log
-
warn
public void warn(CharSequence charSequence, Throwable throwable)
- 指定者:
warn在接口中org.apache.maven.plugin.logging.Log
-
warn
public void warn(Throwable throwable)
- 指定者:
warn在接口中org.apache.maven.plugin.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()
- 指定者:
isErrorEnabled在接口中org.apache.maven.plugin.logging.Log
-
error
public void error(CharSequence charSequence)
- 指定者:
error在接口中org.apache.maven.plugin.logging.Log
-
error
public void error(CharSequence charSequence, Throwable throwable)
- 指定者:
error在接口中org.apache.maven.plugin.logging.Log
-
error
public void error(Throwable throwable)
- 指定者:
error在接口中org.apache.maven.plugin.logging.Log
-
-