Type alias LogLevel

LogLevel: "silent" | "error" | "warn" | "info" | "verbose" | "debug" | "trace" | "all"

Summary

Type of the strings recognised as valid level names.

Description

Internally these strings are converted into integer values, and these numbers are used in comparisons.

Higher values mean more verbosity.

Generated using TypeDoc