public interface IDebug
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
Integer constant represent ERROR log level.
|
static int |
MESSAGE
Integer constant represent MESSAGE log level.
|
static int |
WARNING
Integer constant represent WARNING log level.
|
Modifier and Type | Method and Description |
---|---|
void |
debug(int level,
String msg)
The method which performs the actual debug operation.
|
void |
debug(int level,
String msg,
Throwable e)
The method which performs the actual debug operation.
|
boolean |
messageEnabled()
Check whether debug message level is set
|
boolean |
warningEnabled()
Check whether debug warning level is set
|
static final int MESSAGE
static final int WARNING
static final int ERROR
void debug(int level, String msg, Throwable e)
level
- The level of the debug message.msg
- The message string, which should be i18n-ed here.e
- The exception whose stacktrace is required.void debug(int level, String msg)
level
- The level of the debug message.msg
- The message string, which should be i18n-ed here.boolean messageEnabled()
boolean warningEnabled()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.