Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Loxer

Type aliases

Loxer

Loxer: LoxerCore & LogMethods & Modifiers<never>

LoxerModules

LoxerModules: object

Modules for the LoxerOptions

Type declaration

LevelType

LevelType: 0 | "1" | "2" | "3"

Level of a module that assigned Logs have to be lower than

  • 0: no output
  • 1: high
  • 2: medium
  • 3: low

ErrorType

ErrorType: Error | string | number | boolean | Record<string | number, unknown>

Any possible type that a catch could return

LogLevelType

LogLevelType: "1" | "2" | "3"

Level of a Log

  • 1: high
  • 2: medium
  • 3: low

Generated using TypeDoc