danger constant

Level const danger

A severity level for danger 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 danger = Level(name: 'DANGER', value: 0x400);