spinifex.logger
Logging utilities for spinifex.
Attributes
Classes
Output stream for TQDM which will output to logger module instead of |
Functions
|
Set the logger verbosity. |
Module Contents
- class spinifex.logger.TqdmToLogger(logger: logging.Logger | None, level: int | None = None)[source]
Bases:
io.StringIOOutput stream for TQDM which will output to logger module instead of the StdOut.
- flush() None[source]
Flush write buffers, if applicable.
This is not implemented for read-only and non-blocking streams.