mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +08:00
a6b481eb5d
With log-categories users of Oat++-logging can take advantage of a fine grained logging mechanism. Each log-category has its own set of enabled priorities, its own tag and can be disabled/enabled altogether. Instead of just offering some priority-levels the user can now create as much logging categories as s:he wants and tune visibility of priorities by each category. The API can be used optionally on top of the default logging mechanisms without breaking or changing any functionality of the old system. One can even mix both "legacy-style" and "category-style" logging in the same function/class/program. Signed-off-by: Benedikt-Alexander Mokroß <github@bamkrs.de> |
||
---|---|---|
.. | ||
oatpp | ||
CMakeLists.txt |