Exemple #1
0
 public void CreateDispatcher()
 {
     dispatcher = new DefaultDiagnosticMessageDispatcher();
 }
 public DefaultDiagnosticLogger(IDiagnosticMessageDispatcher dispatcher)
 {
     this.dispatcher = dispatcher;
 }
 public DiagnosticsConfiguration(IDiagnosticMessageDispatcher dispatcher, Action<IDiagnosticLogger> setLogger)
 {
     this.dispatcher = dispatcher;
     this.setLogger = setLogger;
 }
 public void CreateDispatcher()
 {
     dispatcher = new DefaultDiagnosticMessageDispatcher();
 }
 public DiagnosticsConfiguration(IDiagnosticMessageDispatcher dispatcher, Action <IDiagnosticLogger> setLogger)
 {
     this.dispatcher = dispatcher;
     this.setLogger  = setLogger;
 }
 public DefaultDiagnosticLogger(IDiagnosticMessageDispatcher dispatcher)
 {
     this.dispatcher = dispatcher;
 }