error constant

Level const error

A severity level for error records; often records with the error level used to notify about fatal error in the operation without impact on the stability of a service or an application.

Implementation

static const Level error = Level(name: 'ERROR', value: 0x400);