示例#1
0
 private bool IsLoggable(LogLevel lvl)
 {
     return(this.lvl.GetValue() <= lvl.GetValue());
 }