Warn constant

FLogLevel const Warn

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

Implementation

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