日志文件为什么不支持添加路径 #585
zichengLeee
started this conversation in
General
Replies: 2 comments
-
|
目前是不支持log文件 目录的自定义的吗? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
官方给的例子默认这个地方就应该是一个文件名称而不是路径: 其中
基于此,当前的日志库是不支持目录自定义的,作者有一个issue答复了这个 如果要插入路径那就修改代码, 应该在下面这个地方, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
为什么在LogFile的构造函数会
assert(basename.find('/') == string::npos);
Beta Was this translation helpful? Give feedback.
All reactions