snakemake.logging.ColorizingStreamHandler

class snakemake.logging.ColorizingStreamHandler(nocolor=False, stream=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>, mode=None)[source]
__init__(nocolor=False, stream=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>, mode=None)[source]

Initialize the handler.

If stream is not specified, sys.stderr is used.

Methods

__init__([nocolor, stream, mode])

Initialize the handler.

acquire()

Acquire the I/O thread lock.

addFilter(filter)

Add the specified filter to this handler.

can_color_tty(mode)

close()

Tidy up any resources used by the handler.

createLock()

Acquire a thread lock for serializing access to the underlying I/O.

decorate(record)

emit(record)

Emit a record.

filter(record)

Determine if a record is loggable by consulting all the filters.

flush()

Flushes the stream.

format(record)

Format the specified record.

get_name()

handle(record)

Conditionally emit the specified logging record.

handleError(record)

Handle errors which occur during an emit() call.

release()

Release the I/O thread lock.

removeFilter(filter)

Remove the specified filter from this handler.

setFormatter(fmt)

Set the formatter for this handler.

setLevel(level)

Set the logging level of this handler.

setStream(stream)

Sets the StreamHandler's stream to the specified value, if it is different.

set_name(name)

Attributes

BLACK

BLUE

BOLD_SEQ

COLOR_SEQ

CYAN

GREEN

MAGENTA

RED

RESET_SEQ

WHITE

YELLOW

colors

is_tty

name

terminator