public class Level extends Enum
| Modifier and Type | Field and Description |
|---|---|
static Level |
Control
This log level represents a special log level which is only used
by the ControlCommand class and is not intended to be used
directly.
|
static Level |
Debug
Represents the Debug log level.
|
static Level |
Error
Represents the Error log level.
|
static Level |
Fatal
Represents the Fatal log level.
|
static Level |
Message
Represents the Message log level.
|
static Level |
Verbose
Represents the Verbose log level.
|
static Level |
Warning
Represents the Warning log level.
|
public static final Level Debug
public static final Level Verbose
public static final Level Message
public static final Level Warning
public static final Level Error
public static final Level Fatal
public static final Level Control
Copyright © 2023. All rights reserved.