Exemplo n.º 1
0
 public void TrackTrace(string message, Severity severityLevel, IDictionary <string, string> properties = null)
 {
     TrackTrace(TraceParserUtils.PrintProperties(message, properties));
 }
Exemplo n.º 2
0
 public void TrackException(Exception exception, IDictionary <string, string> properties = null, IDictionary <string, double> metrics = null)
 {
     ConsoleText.WriteError(TraceParserUtils.PrintProperties(exception.Message, properties), exception);
 }
 public void TrackTrace(string message, IDictionary <string, string> properties)
 {
     TrackTrace(TraceParserUtils.PrintProperties(message, properties));
 }