public class DefaultLog extends Object implements Log
Constructor and Description |
---|
DefaultLog(Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
debug(CharSequence content)
Send a message to the user in the debug error level.
|
void |
debug(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the debug error level.
|
void |
debug(Throwable error)
Send an exception to the user in the debug error level.
|
void |
error(CharSequence content)
Send a message to the user in the error error level.
|
void |
error(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the error error level.
|
void |
error(Throwable error)
Send an exception to the user in the error error level.
|
void |
info(CharSequence content)
Send a message to the user in the info error level.
|
void |
info(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the info error level.
|
void |
info(Throwable error)
Send an exception to the user in the info error level.
|
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(CharSequence content)
Send a message to the user in the warn error level.
|
void |
warn(CharSequence content,
Throwable error)
Send a message (and accompanying exception) to the user in the warn error level.
|
void |
warn(Throwable error)
Send an exception to the user in the warn error level.
|
public DefaultLog(Logger logger)
public void debug(CharSequence content)
Log
public void debug(CharSequence content, Throwable error)
Log
public void debug(Throwable error)
Log
public void info(CharSequence content)
Log
public void info(CharSequence content, Throwable error)
Log
public void info(Throwable error)
Log
public void warn(CharSequence content)
Log
public void warn(CharSequence content, Throwable error)
Log
public void warn(Throwable error)
Log
public void error(CharSequence content)
Log
public void error(CharSequence content, Throwable error)
Log
public void error(Throwable error)
Log
public boolean isDebugEnabled()
isDebugEnabled
in interface Log
public boolean isInfoEnabled()
isInfoEnabled
in interface Log
public boolean isWarnEnabled()
isWarnEnabled
in interface Log
public boolean isErrorEnabled()
isErrorEnabled
in interface Log
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.