Exemple #1
0
 static public void TraceCall(string strParameters)
 {
     CCITracing.InternalTraceCall(2);
     System.Diagnostics.Trace.WriteLine("\tParameters: \t" + strParameters);
 }
Exemple #2
0
 static public void Trace(System.Exception e)
 {
     CCITracing.InternalTraceCall(2);
     System.Diagnostics.Trace.WriteLine("ExceptionInfo: \t" + e.ToString());
 }
Exemple #3
0
 static public void TraceCall()
 {
     // skip this one as well
     CCITracing.InternalTraceCall(2);
 }