complete doc string for TermEscapeCodeFormatter

main
Marshall Hallenbeck 2023-04-10 10:06:15 -04:00
parent 9f1388971f
commit 0b46d28459
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class CMEAdapter(logging.LoggerAdapter):
class TermEscapeCodeFormatter(logging.Formatter):
"""A class to strip the escape codes from the """
"""A class to strip the escape codes for logging to files"""
def __init__(self, fmt=None, datefmt=None, style='%', validate=True):
super().__init__(fmt, datefmt, style, validate)