Currently, logquacious.context_templates.DEFAULT_TEMPLATES hard codes template strings for context-manager and function logging. This should be made easier to configure project wide. This would be an alternative to passing context_templates to logquacious.LogManager.
Currently,
logquacious.context_templates.DEFAULT_TEMPLATES
hard codes template strings for context-manager and function logging. This should be made easier to configure project wide. This would be an alternative to passingcontext_templates
tologquacious.LogManager
.This use case would be similar to how the
logging
module usesfileConfig
.