简体   繁体   中英

how to custom filter in configure file for boost log?

I had customized one sink with configure file, but the customized filter can't compile success with error:

unexpected character in the end of line.

it is caused by "" in ini. so how to solve it?

if I remove the last line ,it is ok.

configure file content sample.

Destination = "TextFile"
FileName = "ModuleOne_%3N.log"
AutoFlush = true
Filter=expr::attr<string>("Channel") == "module one"

Filter="%Channel% contains \\"MySink1\\" and %Severity% > info " is ok. and make sure before read configure:

register all the needed attribute ,what's more some types logger had register channel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM