public interface ILevel
| Modifier and Type | Interface and Description |
|---|---|
static class |
ILevel.Level |
| Modifier and Type | Field and Description |
|---|---|
static ILevel |
ALL |
static ILevel |
DEBUG |
static ILevel |
ERROR |
static ILevel |
FATAL |
static ILevel |
FINE |
static ILevel |
INFO |
static ILevel |
SEVERE |
static ILevel |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
intValue() |
static final ILevel ALL
static final ILevel INFO
static final ILevel WARNING
static final ILevel FATAL
static final ILevel SEVERE
static final ILevel ERROR
static final ILevel DEBUG
static final ILevel FINE
String getName()
int intValue()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.