Skip to content

@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

MemberTypeValue
DEBUG"debug""debug"
ERROR"error""error"
INFO"info""info"
WARN"warn""warn"

Source

src/types/logger.ts:2

MIT License