LogLevel: {
    Debug: "debug";
    Error: "error";
    Info: "info";
    Warn: "warn";
} = ...

Log level values

Type declaration

  • Debug: "debug"
  • Error: "error"
  • Info: "info"
  • Warn: "warn"