Constructor and Description |
---|
DefaultLogger() |
DefaultLogger(OutputStream out,
OutputStream err) |
Modifier and Type | Method and Description |
---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable error) |
void |
debug(String format,
Object... args) |
void |
debug(Throwable error) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable error) |
void |
error(String format,
Object... args) |
void |
error(Throwable error) |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable error) |
void |
info(String format,
Object... args) |
void |
info(Throwable error) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable error) |
void |
warn(String format,
Object... args) |
void |
warn(Throwable error) |
public DefaultLogger()
public DefaultLogger(OutputStream out, OutputStream err)
public void debug(CharSequence content)
public void debug(CharSequence content, Throwable error)
public void error(CharSequence content)
public void error(CharSequence content, Throwable error)
public void info(CharSequence content)
public void info(CharSequence content, Throwable error)
public boolean isDebugEnabled()
isDebugEnabled
in interface ILogger
public boolean isErrorEnabled()
isErrorEnabled
in interface ILogger
public boolean isInfoEnabled()
isInfoEnabled
in interface ILogger
public boolean isWarnEnabled()
isWarnEnabled
in interface ILogger
public void warn(CharSequence content)
public void warn(CharSequence content, Throwable error)
Copyright © 2021. All rights reserved.