How do i write a log file in VC++ for a particular application?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You should write your own log method/class/library, like this and this implementations or use one third-party party log libraries. Log4cpp, for example. |
|||
|
|