Skip to content

@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

NameTypeDefault valueDefined 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

MIT License