Exemplo n.º 1
0
 public void Report(ISegmentHandler handler, ErrorLevel errorLevel, string message, TextLocation from, TextLocation to)
 {
     reporter.ReportMessage(handler, $"{handler.GetType().Name}", errorLevel, message, from, to);
 }
Exemplo n.º 2
0
 public void Report(ISegmentHandler handler, ErrorLevel errorLevel, string message, string locationDescription)
 {
     reporter.ReportMessage(handler, $"{handler.GetType().Name}", errorLevel, message, locationDescription);
 }