koapy.utils.logging.tqdm.TqdmStreamHandler

Module Contents

Classes

TqdmStreamHandler

A handler class which writes logging records, appropriately formatted,

class koapy.utils.logging.tqdm.TqdmStreamHandler.TqdmStreamHandler(stream=None)[source]

Bases: logging.StreamHandler

A handler class which writes logging records, appropriately formatted, to a stream. Note that this class does not close the stream, as sys.stdout or sys.stderr may be used.