public class ReasonerLogger
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger |
LOGGER |
| Constructor and Description |
|---|
ReasonerLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(java.lang.String msg)
Log an DEBUG message.
|
static void |
error(java.lang.String msg)
Log an ERROR message.
|
static void |
info(java.lang.String msg)
Log an INFO message.
|
static void |
warn(java.lang.String msg)
Log an WARN message.
|
private static final net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger LOGGER
public static void info(java.lang.String msg)
If the logger is currently enabled for the INFO message level then the given message is forwarded to all the registered output Handler objects.
msg - The string message (or a key in the message catalog)public static void debug(java.lang.String msg)
If the logger is currently enabled for the DEBUG message level then the given message is forwarded to all the registered output Handler objects.
msg - The string message (or a key in the message catalog)public static void warn(java.lang.String msg)
If the logger is currently enabled for the WARN message level then the given message is forwarded to all the registered output Handler objects.
msg - The string message (or a key in the message catalog)public static void error(java.lang.String msg)
If the logger is currently enabled for the ERROR message level then the given message is forwarded to all the registered output Handler objects.
msg - The string message (or a key in the message catalog)Copyright © 2009 - 2018 SSE. All Rights Reserved.