nip.utils.experiments.MultiLineFormatter#

class nip.utils.experiments.MultiLineFormatter(fmt=None, datefmt=None, style='%', validate=True, *, defaults=None)[source]#

Multi-line formatter.

https://stackoverflow.com/a/66855071

Methods Summary

format(record)

Format a record with added indentation.

get_header_length(record)

Get the header length of a given record.

Attributes

default_msec_format

default_time_format

Methods

format(record)[source]#

Format a record with added indentation.

get_header_length(record)[source]#

Get the header length of a given record.