RoySRC/CPPLOGGER

Disable logging in a single translation unit

RoySRC opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
The current version does not allow for disabling of logging within a single translation unit. Disabling logging turns off global logging.

Describe the solution you'd like
Add a function that allows disabling global logging and also logging within a single translation unit.

Resolved in PR #22