Ejemplo n.º 1
0
 /// <summary>
 /// Applied after TimeStamp runs.
 /// </summary>
 internal static void Postfix(ref string __result)
 {
     /*
      * Postfix()
      * TimeStamp_Patch1()
      * WriteTimeStamped
      * Log/LogFormat/...
      */
     __result = DebugLogger.AddCallingLocation(__result, new StackTrace(4));
 }