abumq / easyloggingpp

C++ logging library. It is extremely powerful, 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.75k stars 918 forks source link

Add support for --verbose and --VERBOSE with standard long opt format. #824

Open jshort opened 1 year ago

jshort commented 1 year ago

ELPP will now support --verbose which will set maximum verbosity or with a specified level (both in short and long option form):

This is a

I have