Closed zorowk closed 6 months ago
关键摘要:
unescape
函数中使用了noexcept
特性,但该特性在C++17中才引入,确认项目是否支持C++17。using namespace DDM::;
可能会导致命名空间冲突,建议使用using
单独声明。DLogManager::registerConsoleAppender();
、DLogManager::registerJournalAppender();
和DLogManager::registerFileAppender();
在main
函数中多次调用,可能影响性能,考虑是否有必要缓存这些调用结果。app.setOrganizationName("deepin");
和app.setApplicationName("treeland");
在main
函数中调用,通常建议在项目启动时只调用一次,避免在每个实例中重复设置。是否建议立即修改: 是
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: justforlxz, zorowk
The full list of commands accepted by this bot can be found here.
Log: default usage dtk log system