public class LogLog extends Object
And also it is used to output log statements to console appender.
| Constructor and Description |
|---|
LogLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String msg) |
static void |
error(String msg,
Throwable throwable) |
static void |
info(String msg) |
static void |
setConsoleLevel(String level) |
static void |
warn(String msg) |
static void |
warn(String msg,
Throwable e) |
Copyright © 2024. All rights reserved.