public class Debug extends Object
Constructor and Description |
---|
Debug() |
Modifier and Type | Method and Description |
---|---|
static void |
error(String msg)
error level debug message
|
static void |
error(String msg,
Throwable t)
error level debug message
|
static void |
message(String msg)
message level debug message
|
static void |
message(String msg,
Throwable t)
message level debug message
|
static boolean |
messageEnabled()
check whether debug level set to "message"
|
static void |
warning(String msg)
warning level debug message
|
static void |
warning(String msg,
Throwable t)
warning level debug message
|
static boolean |
warningEnabled()
check whether debug level set to "warning"
|
public static void error(String msg, Throwable t)
msg
- The error debug message string.t
- Throwable whose stacktrace will be printed to the debug file.public static void warning(String msg, Throwable t)
msg
- The warning debug message stringt
- Throwable whose stacktrace will be printed to the debug file.public static void message(String msg, Throwable t)
msg
- The debug message stringt
- Throwable whose stacktrace will be printed to the debug file.public static void error(String msg)
msg
- The debug message stringpublic static void warning(String msg)
msg
- The debug message stringpublic static void message(String msg)
msg
- The debug message stringpublic static boolean messageEnabled()
public static boolean warningEnabled()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.