Debug constant

FLogLevel const Debug

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

Implementation

static const FLogLevel Debug = FLogLevel._(300, 'dbg');