Type Alias: LogLevel

type LogLevel = "debug" | "info" | "warn" | "error";

Defined in: tracing/types.ts:271

Log levels