Exemple #1
0
 private void ReportFailure(Exception exception)
 {
     ExTraceInternal.Trace <string, Exception>(0, TraceType.ErrorTrace, CommonTags.guid, 5, 0L, "Failed to setup trace capture from '{0}' component in the framework due exception: {1}", this.assemblyName, exception);
 }
Exemple #2
0
 private static void ReportFailure(string failure)
 {
     ExTraceInternal.Trace <string>(0, TraceType.ErrorTrace, SystemLoggingTags.guid, 5, 0L, "Unable to initialize due the following failure: {0}", failure);
 }