Skip to content

routier-collection


routier-collection / core/src / LOG_LEVELS

Variable: LOG_LEVELS

const LOG_LEVELS: readonly ["silent", "error", "warn", "info", "debug"]

Defined in: core/src/utilities/logger.ts:27

Ordered from most severe to most verbose. silent discards everything.

Released under the MIT License.