I am writing a C++ application, I want to add TimeStamp to OutputDebugString(), I already know that if I watch the application using DebugView, it automatically show TimeStamps. But for a particular reason I want to add TimeStamps to any string I pass to OutputDebugString().
Can someone share some sample code please.
Thanks