Example #1
0
 public bool IsEnabled(LogLevel level)
 {
     return(_logger.IsEnabled((PclLogLevel)level));
 }