public class SimpleLogger
extends org.slf4j.helpers.MarkerIgnoringBase
| Modifier and Type | Field and Description |
|---|---|
static String |
LINE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg)
A simple implementation which logs messages of level DEBUG according
to the format outlined above.
|
void |
debug(String format,
Object arg)
Perform single parameter substitution before logging the message of level
DEBUG according to the format outlined above.
|
void |
debug(String format,
Object[] argArray)
Perform double parameter substitution before logging the message of level
DEBUG according to the format outlined above.
|
void |
debug(String format,
Object arg1,
Object arg2)
Perform double parameter substitution before logging the message of level
DEBUG according to the format outlined above.
|
void |
debug(String msg,
Throwable t)
Log a message of level DEGUB, including an exception.
|
void |
error(String msg)
A simple implementation which logs messages of level ERROR according
to the format outlined above.
|
void |
error(String format,
Object arg)
Perform single parameter substitution before logging the message of level
ERROR according to the format outlined above.
|
void |
error(String format,
Object[] argArray)
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
|
void |
error(String format,
Object arg1,
Object arg2)
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
|
void |
error(String msg,
Throwable t)
Log a message of level ERROR, including an exception.
|
String |
getName() |
void |
info(String msg)
A simple implementation which logs messages of level INFO according
to the format outlined above.
|
void |
info(String format,
Object arg)
Perform single parameter substitution before logging the message of level
INFO according to the format outlined above.
|
void |
info(String format,
Object[] argArray)
Perform double parameter substitution before logging the message of level
INFO according to the format outlined above.
|
void |
info(String format,
Object arg1,
Object arg2)
Perform double parameter substitution before logging the message of level
INFO according to the format outlined above.
|
void |
info(String msg,
Throwable t)
Log a message of level INFO, including an exception.
|
boolean |
isDebugEnabled()
Always returns false.
|
boolean |
isErrorEnabled()
Return true based on X_Log global setting
|
boolean |
isInfoEnabled()
Return true based on X_Log global setting
|
boolean |
isTraceEnabled()
Always returns false.
|
boolean |
isWarnEnabled()
Return true based on X_Log global setting
|
void |
trace(String msg)
A simple implementation which logs messages of level TRACE according
to the format outlined above.
|
void |
trace(String format,
Object arg)
Perform single parameter substitution before logging the message of level
TRACE according to the format outlined above.
|
void |
trace(String format,
Object[] argArray)
Perform double parameter substitution before logging the message of level
TRACE according to the format outlined above.
|
void |
trace(String format,
Object arg1,
Object arg2)
Perform double parameter substitution before logging the message of level
TRACE according to the format outlined above.
|
void |
trace(String msg,
Throwable t)
Log a message of level TRACE, including an exception.
|
void |
warn(String msg)
A simple implementation which logs messages of level WARN according
to the format outlined above.
|
void |
warn(String format,
Object arg)
Perform single parameter substitution before logging the message of level
WARN according to the format outlined above.
|
void |
warn(String format,
Object[] argArray)
Perform double parameter substitution before logging the message of level
WARN according to the format outlined above.
|
void |
warn(String format,
Object arg1,
Object arg2)
Perform double parameter substitution before logging the message of level
WARN according to the format outlined above.
|
void |
warn(String msg,
Throwable t)
Log a message of level WARN, including an exception.
|
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, toString, trace, trace, trace, trace, trace, warn, warn, warn, warn, warnpublic static final String LINE_SEPARATOR
public String getName()
public boolean isDebugEnabled()
public void debug(String msg)
public void debug(String format, Object arg)
public void debug(String format, Object arg1, Object arg2)
public void debug(String format, Object[] argArray)
public void debug(String msg, Throwable t)
public boolean isInfoEnabled()
public void info(String msg)
public void info(String format, Object arg)
public void info(String format, Object arg1, Object arg2)
public void info(String format, Object[] argArray)
public boolean isTraceEnabled()
public void trace(String msg)
public void trace(String format, Object arg)
public void trace(String format, Object arg1, Object arg2)
public void trace(String format, Object[] argArray)
public void trace(String msg, Throwable t)
public boolean isWarnEnabled()
public void warn(String msg)
public void warn(String format, Object arg)
public void warn(String format, Object arg1, Object arg2)
public void warn(String format, Object[] argArray)
public boolean isErrorEnabled()
public void error(String msg)
public void error(String format, Object arg)
public void error(String format, Object arg1, Object arg2)
public void error(String format, Object[] argArray)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.