Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

LogLevel enum

LogLevel enum

Mapping of log level abbreviation to canonical log level. Supported levels are reduce to limit color variation.

Signature

typescript
export declare enum LogLevel 

Import

typescript
import { LogLevel } from '@grafana/data';

Enumeration Members

MemberValueDescription
alert"critical"
crit"critical"
critical"critical"
dbug"debug"
debug"debug"
emerg"critical"
eror"error"
err"error"
error"error"
fatal"critical"
info"info"
information"info"
notice"info"
trace"trace"
unknown"unknown"
warn"warning"
warning"warning"