Пример #1
0
 /// <summary>
 /// Write information to the results.
 /// </summary>
 /// <param name="text">The information text.</param>
 public override void WriteInformation(String text)
 {
     if (hl7Logger != null)
     {
         hl7Logger.LogInfo(text);
     }
     TriggerInformationOutputEvent(text);
 }