public interface LogLevel extends java.lang.Comparable<LogLevel>
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogLevel.Impl |
| Modifier and Type | Field and Description |
|---|---|
static LogLevel |
debug |
static java.util.Set<LogLevel> |
defaults |
static LogLevel |
error |
static LogLevel |
fatal |
static LogLevel |
info |
static LogLevel |
trace |
static LogLevel |
warning |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getPriority() |
Copyright © 2013 echocat. All Rights Reserved.