Topic: Feature Request
noticed in a couple of other posting that you take feature requests, so here is mine.
I have situations where I need to turn off and on logging in different modules in the same executable. The log levels really do not allow me todo this. I would like to be able to define a log group for a log message and turn the logging off and on of that group. this would also work with the log level so I could turn loggin on in "Section A" at a log level of "Verbose". while have loggin on in "Section B" at a log level of "Error".
If makeing the log levels dependent on the section is to much, just being able to turn on and off loggin in a section would be ok.
