fatal constant

Level const fatal

A severity level for fatal records; often after records with fatal severity level follows application process end e.g. exit(1).

Implementation

static const Level fatal = Level(name: 'FATAL', value: 0x500);