Closed JuliaSprenger closed 1 year ago
This is building on top of #22. Instead of printing to stdout a dedicated logging mechanisms would help filtering messages later on, e.g. logging.log().
stdout
logging.log()
Partially implemented by @killianrochet
This is building on top of #22. Instead of printing to
stdout
a dedicated logging mechanisms would help filtering messages later on, e.g.logging.log()
.