jgdv.logging
JGDVLogConfig provides a single config point for logging,
both to files and stdout/error. The Log Config is a singleton.
Different loggers can be configured using TOML,
which is parsed into the structure LoggerSpec.
The module also provides some logging extensions:
LogCall, a decorator.