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