public final class InternalLogger extends Object
Modifier and Type | Method and Description |
---|---|
static void |
log(Level level,
String message)
Logs a plain text message.
|
static void |
log(Level level,
Throwable exception)
Logs a caught exception.
|
static void |
log(Level level,
Throwable exception,
String message)
Logs a caught exception with a custom text message.
|
public static void log(Level level, String message)
level
- Severity levelmessage
- Plain text messagepublic static void log(Level level, Throwable exception)
level
- Severity levelexception
- Caught exceptionCopyright © 2024. All rights reserved.