abumq / easyloggingpp

C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
MIT License
3.79k stars 927 forks source link

One log file for all level, other log files for eache level #801

Open Smalldy opened 2 years ago

Smalldy commented 2 years ago

Can I achieve this goal through the configuration file?