- Fix link resolution with proper relative/absolute path handling - Improve link styling with underline decoration - Hide leaf nodes from tree, only show directories - Fix log file path for packaged app
292 B
292 B
FileLogSink::~FileLogSink
~FileLogSink() override
析构函数。销毁 FileLogSink 实例,调用 Flush() 确保所有日志数据写入文件,然后关闭文件句柄。
复杂度: O(1)
相关文档
- FileLogSink 总览 - 返回类总览