Modifier and Type | Method and Description |
---|---|
void |
debug(CharSequence message,
Object... params)
Display debug information to the console.
|
void |
error(CharSequence message,
Object... params)
Display error information to the console.
|
void |
error(CharSequence message,
Throwable ex)
Log exception stack trace as error Level.
|
void |
info(CharSequence message,
Object... params)
Display information to the console.
|
boolean |
isDebugEnabled()
Check if debug level is enabled for this logger.
|
void |
trace(CharSequence message,
Object... params)
Display trace to the console.
|
void |
warn(CharSequence message,
Object... params)
Display warning information to the console.
|
public void trace(CharSequence message, Object... params)
Logger
public void info(CharSequence message, Object... params)
Logger
public void debug(CharSequence message, Object... params)
Logger
public void warn(CharSequence message, Object... params)
Logger
public void error(CharSequence message, Object... params)
Logger
public void error(CharSequence message, Throwable ex)
Logger
public boolean isDebugEnabled()
Logger
isDebugEnabled
in interface Logger
true
if debug level is enabled, false
otherwise.Copyright © 2015. All Rights Reserved.