APIs
import logging [docs] class TextFormatter(logging.Formatter): [docs] def format(self, record): return record.msg