edges_io.logging.ColoredFormatter#

class edges_io.logging.ColoredFormatter(msg, use_color=True)[source]#

Methods

__init__(msg[, use_color])

Initialize the formatter with specified format strings.

converter([seconds])

Convert seconds since the Epoch to a time tuple expressing local time.

format(record)

Format the specified record as text.

formatException(ei)

Format and return the specified exception information as a string.

formatMessage(record)

formatStack(stack_info)

This method is provided as an extension point for specialized formatting of stack information.

formatTime(record[, datefmt])

Return the creation time of the specified LogRecord as formatted text.

usesTime()

Check if the format uses the creation time of the record.

Attributes