info constant

Level const info

A severity level for informative records; often records with info level used to provide general purpose information such as start/stop of service, etc.

Implementation

static const Level info = Level(name: 'INFO', value: 0x200);