qt 写入日志文件

整理一些常用的日志文件的使用方法

1.log4cplus

log4Plus下载地址:

GitHub - log4cplus/log4cplus: log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.

log4Plus使用参考: 

lQt中第三方日志库log4cplus的基本配置和使用详解_log4cplus配置文件详解_wendy_ya的博客-CSDN博客

2.QsLog

QsLog使用参考: 

Qt中第三方日志库QsLog的基本配置和使用详解_wendy_ya的博客-CSDN博客

 qslog的下载地址:GitHub - victronenergy/QsLog: Forked from https://bitbucket.org/razvanpetru/qt-components/wiki/QsLog。

3.plog

 plog下载地址:

GitHub - SergiusTheBest/plog: Portable, simple and extensible C++ logging library

plog使用参考: 

C/C++ plog日志简单用法_cpp_learners的博客-CSDN博客

你可能感兴趣的:(Qt,c++,开发语言)