Warn constant

FijkLogLevel const Warn

Priority constant for the FijkLog.log method; use FijkLog.w(msg)

Implementation

static const FijkLogLevel Warn = FijkLogLevel._(500, 'war');