internal static bool CanLogError(TracingImpl impl) { return(Error._levelValue >= TracingConfiguration._currentLevel._levelValue); }
internal static bool CanLogInfo(TracingImpl impl) { return(Info._levelValue >= impl._levelValue); }