public enum Logger.Level
Logging level.
| Enum Constant and Description |
|---|
Debug |
Error |
Information |
Verbose |
Warning |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public Logger.Level Verbose
public Logger.Level Debug
public Logger.Level Information
public Logger.Level Warning
public Logger.Level Error