type alias LogLevelType

Log level type for structured logging Maps to standard syslog severity levels

Definition

"trace"
| "debug"
| "info"
| "warn"
| "error"

Usage

import { type LogLevelType } from ".";