warning constant

Level const warning

A severity level for warning records; often records with the warning level used to notify about events that may potentially cause application oddities.

Implementation

static const Level warning = Level(name: 'WARNING', value: 0x300);