Have a workspaces package in a single repository, where each package may create logger instance with own categories.
Curious if application (who calls configure) able to know what categories were created / registered at the moment - either stage of calling configure, or later stage may want reconfigure. Primarily interested in dynamically turn on / off logging in runtime via some UI.
Have a workspaces package in a single repository, where each package may create logger instance with own categories.
Curious if application (who calls
configure) able to know what categories were created / registered at the moment - either stage of callingconfigure, or later stage may want reconfigure. Primarily interested in dynamically turn on / off logging in runtime via some UI.