MDCDict#
- class lsst.log.MDCDict#
Bases:
dictDictionary for MDC data.
This is internal class used for better formatting of MDC in Python logging output. It behaves like
defaultdict(str)but overrides__str__and__repr__method to produce output better suited for logging records.