Wang Wenkai
Wang Wenkai
**例行检查** [//]: # (方框内删除已有的空格,填 x 号) + [x] 我已确认目前没有类似 issue + [x] 我已确认我已升级到最新版本 + [ ] 我已完整查看过项目 README,已确定现有版本无法满足需求 + [x] 我理解并愿意跟进此 issue,协助测试和提供反馈 + [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** **功能描述** **应用场景**
我有个想法就是把等级过滤和标签的过滤接口改成动态,这样的话,我这边写一个linux命令,例如“app_log_level_set” 实时配置打印的等级,可以很有效的过滤一些信息,提高效率
`template bool Writer::Write(const MessageT& msg) { RETURN_VAL_IF(!WriterBase::IsInit(), false); auto msg_ptr = std::make_shared(msg); return Write(msg_ptr); } ` ` bool IsInit() const { std::lock_guard g(lock_); return init_; } ` In the “IsInit()”...
 上面是我的板子  这个是web界面, 麻烦有人用过的话,告知下为啥,不支持的话,我打算用云端解决方案

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...