Exemplo n.º 1
0
 // For debugging.  Currently unused
 public static void Exiting()
 {
     TraceDepth--;
     Console.WriteLine(Indentation + String.Format("Exiting {0:s}....", GstUtil.GetCurrentMethodName(2)));
 }
Exemplo n.º 2
0
 // For debugging.  Currently unused
 public static void Entering()
 {
     Console.WriteLine(Indentation + String.Format("Entering {0:s}....", GstUtil.GetCurrentMethodName(2)));
     TraceDepth++;
 }