简体   繁体   中英

How do i write a log file in VC++ for a particular application?

如何在VC ++中为特定应用程序编写日志文件?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM