|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.uniba.wiai.lspi.util.logging.Logger
de.uniba.wiai.lspi.util.logging.SystemOutPrintlnLogger
public class SystemOutPrintlnLogger
Logger, that logs to System.out.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.uniba.wiai.lspi.util.logging.Logger |
|---|
Logger.LogLevel |
| Field Summary |
|---|
| Fields inherited from class de.uniba.wiai.lspi.util.logging.Logger |
|---|
LOGGER_CLASS_NAME_PROPERTY_NAME, LOGGING_OFF_PROPERTY_NAME, name |
| Method Summary | |
|---|---|
void |
debug(Object msg)
Log a message object with the DEBUG level. |
void |
debug(Object msg,
Throwable t)
Log a message object with the DEBUG level including the
stack trace of the Throwable t passed as parameter. |
void |
error(Object msg)
Log a message object with the ERROR level. |
void |
error(Object msg,
Throwable t)
Log a message object with the ERROR level including the
stack trace of the Throwable t passed as parameter. |
void |
fatal(Object msg)
Log a message object with the FATAL level. |
void |
fatal(Object msg,
Throwable t)
Log a message object with the FATAL level including the
stack trace of the Throwable t passed as parameter. |
void |
info(Object msg)
Log a message object with the INFO level. |
void |
info(Object msg,
Throwable t)
Log a message object with the INFO level including the
stack trace of the Throwable t passed as parameter. |
boolean |
isEnabledFor(Logger.LogLevel l)
|
void |
warn(Object msg)
Log a message object with the WARN level. |
void |
warn(Object msg,
Throwable t)
Log a message object with the WARN level including the
stack trace of the Throwable t passed as parameter. |
| Methods inherited from class de.uniba.wiai.lspi.util.logging.Logger |
|---|
getLogger, getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void debug(Object msg)
DEBUG level.
debug in class Loggermsg - The message object to log.
public void debug(Object msg,
Throwable t)
DEBUG level including the
stack trace of the Throwable t passed as parameter.
debug in class Loggermsg - The message object to log.t - The exception to log, including its stack trace.public void info(Object msg)
INFO level.
info in class Loggermsg - The message object to log.
public void info(Object msg,
Throwable t)
INFO level including the
stack trace of the Throwable t passed as parameter.
info in class Loggermsg - The message object to log.t - The exception to log, including its stack trace.public void warn(Object msg)
WARN level.
warn in class Loggermsg - The message object to log.
public void warn(Object msg,
Throwable t)
WARN level including the
stack trace of the Throwable t passed as parameter.
warn in class Loggermsg - The message object to log.t - The exception to log, including its stack trace.public void error(Object msg)
ERROR level.
error in class Loggermsg - The message object to log.
public void error(Object msg,
Throwable t)
ERROR level including the
stack trace of the Throwable t passed as parameter.
error in class Loggermsg - The message object to log.t - The exception to log, including its stack trace.public void fatal(Object msg)
FATAL level.
fatal in class Loggermsg - The message object to log.
public void fatal(Object msg,
Throwable t)
FATAL level including the
stack trace of the Throwable t passed as parameter.
fatal in class Loggermsg - The message object to log.t - The exception to log, including its stack trace.public boolean isEnabledFor(Logger.LogLevel l)
isEnabledFor in class Logger
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||