public interface RadiusLogger
| Modifier and Type | Field and Description |
|---|---|
static int |
LEVEL_DEBUG |
static int |
LEVEL_ERROR |
static int |
LEVEL_INFO |
static int |
LEVEL_OFF |
static int |
LEVEL_WARNING |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable e) |
void |
error(String message) |
void |
error(String message,
Throwable e) |
void |
info(String message) |
void |
info(String message,
Throwable e) |
boolean |
isLoggable(int logLevel) |
void |
warn(String message) |
void |
warn(String message,
Throwable e) |
static final int LEVEL_OFF
static final int LEVEL_ERROR
static final int LEVEL_WARNING
static final int LEVEL_INFO
static final int LEVEL_DEBUG
Copyright © 2017. All rights reserved.