swot_simulator.logbook.LogFormatter.format#

LogFormatter.format(record: LogRecord) str[source]#

Do formatting for a record.

Parameters

record (logging.Record) – information to the event being logged.

Returns

The record formatted.

Return type

str