Appearance
@loontail/minecraft-kit v0.5.0 / LogLevels
Variable: LogLevels
ts
const LogLevels: {
DEBUG: "debug";
ERROR: "error";
INFO: "info";
WARN: "warn";
};Log levels accepted by the pluggable logger.
Type declaration
| Member | Type | Value |
|---|---|---|
DEBUG | "debug" | "debug" |
ERROR | "error" | "error" |
INFO | "info" | "info" |
WARN | "warn" | "warn" |