Are there any linked Issues or Pull Requests?
No response
Brief description
Because the logger is based on global scope variables it will not work if we want two modeldbs in an executable. For instance, it is not unreasonable to want each to be logging at different levels. This cannot work under the current regime.
Further details of the issue.
Global scope logging properties include logging level and standard and error output streams.
Are there any linked Issues or Pull Requests?
No response
Brief description
Because the logger is based on global scope variables it will not work if we want two
modeldbs in an executable. For instance, it is not unreasonable to want each to be logging at different levels. This cannot work under the current regime.Further details of the issue.
Global scope logging properties include logging level and standard and error output streams.