コード例 #1
0
 private void ReportDump(IDiagnosticTraceable toDump)
 {
     _levelsDetected |= ReportLevels.Information;
     if ((_reportLevels & ReportLevels.Information) != 0)
     {
         toDump.Dump(_report, "INFO: ");
     }
 }
コード例 #2
0
 private void ReportDump(IDiagnosticTraceable toDump)
 {
     _levelsDetected |= ReportLevels.Information;
     if ((_reportLevels & ReportLevels.Information) != 0)
     {
         toDump.Dump(_report, "INFO: ");
     }
 }