public class TLevel extends TObject implements TSerializable
Modifier and Type | Field and Description |
---|---|
static TLevel |
ALL |
static TLevel |
CONFIG |
static TLevel |
FINE |
static TLevel |
FINER |
static TLevel |
FINEST |
static TLevel |
INFO |
static TLevel |
OFF |
static TLevel |
SEVERE |
static TLevel |
WARNING |
Modifier | Constructor and Description |
---|---|
protected |
TLevel(String name,
int value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
intValue() |
String |
toString() |
public static final TLevel OFF
public static final TLevel SEVERE
public static final TLevel WARNING
public static final TLevel INFO
public static final TLevel CONFIG
public static final TLevel FINE
public static final TLevel FINER
public static final TLevel FINEST
public static final TLevel ALL
protected TLevel(String name, int value)
Copyright © 2019. All rights reserved.