warn constant

Level const warn

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

Implementation

static const Level warn = Level(name: 'WARN', value: 0x300);