Commit 62334778 by Carwyn

1. 日志不输出到文件问题解决

parent 38c45c6f
......@@ -82,7 +82,7 @@ public:
static
FMPLoggerInterface* InitContext(bool init = true, ctkPluginContext *ctx = nullptr)
FMPLoggerInterface* InitContext(ctkPluginContext *ctx = nullptr, bool init = true)
{
static FMPLoggerInterface *logger = nullptr;
if (init && ctx && !logger) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment