/// <inheritdoc />
 public void Initialize(IReportEventsSource reportEventsSource)
 {
     _reportEventsSource = reportEventsSource;
     reportEventsSource.OnBeforeLaunchStarting += ReportEventsSource_OnBeforeLaunchStarting;
     reportEventsSource.OnAfterLaunchFinished  += ReportEventsSource_OnAfterLaunchFinished;
 }
Esempio n. 2
0
 public void Initialize(IReportEventsSource reportEventsSource)
 {
     reportEventsSource.OnBeforeLogsSending += ReportEventsSource_OnBeforeLogsSending;
 }