opencadd.utils.PerLevelFormatter

class opencadd.utils.PerLevelFormatter(fmt='%(levelname)d: %(message)s', datefmt=None, style='%', **kwargs)[source]

Adapted from https://stackoverflow.com/a/14859558