Appearance
@loontail/minecraft-kit / LogLevels
Variable: LogLevels
ts
const LogLevels: {
DEBUG: "debug";
ERROR: "error";
INFO: "info";
WARN: "warn";
};Defined in: src/types/logger.ts:4
Log levels accepted by the pluggable logger.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
DEBUG | "debug" | "debug" | src/types/logger.ts:5 |
ERROR | "error" | "error" | src/types/logger.ts:8 |
INFO | "info" | "info" | src/types/logger.ts:6 |
WARN | "warn" | "warn" | src/types/logger.ts:7 |