public class SysLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
debugEnabled |
| Constructor and Description |
|---|
SysLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String msg) |
static void |
debug(String msg,
Throwable t) |
static void |
error(String msg) |
static void |
error(String msg,
Throwable t) |
static void |
setInternalDebugging(boolean enabled) |
static void |
setQuietMode(boolean quietMode) |
static void |
warn(String msg) |
static void |
warn(String msg,
Throwable t) |
Copyright © 2012–2023 Apache Software Foundation. All rights reserved.