Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Created February 7, 2014 11:48
Show Gist options
  • Save csharpforevermore/8861325 to your computer and use it in GitHub Desktop.
Save csharpforevermore/8861325 to your computer and use it in GitHub Desktop.
Logs the time to the trace. Used instead of a tracepoint.
HttpContext.Current.Trace.Write("DEBUG @ " + DateTime.Now.ToString("hh'h' mm'm' ss's' ff'ms'"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment