public interface Logger
| Modifier and Type | Field and Description |
|---|---|
static int |
DEBUG |
static int |
ERROR |
static int |
FATAL |
static int |
INFO |
static int |
WARN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(int level) |
void |
log(int level,
java.lang.String message) |
static final int DEBUG
static final int INFO
static final int WARN
static final int ERROR
static final int FATAL
Copyright © 2020 JCraft,Inc.. All Rights Reserved.