class documentation

class ACMESimpleLogFormatter(logging.Formatter):

View In Hierarchy

Formatter for the file logging handler. It formats the log messages for file output.

Method format Format the log record for file output.
def format(self, record: LogRecord) -> str: ΒΆ

Format the log record for file output.

Parameters
record:LogRecordThe log record to format.
Returns
strThe formatted log message.