Tiger1218
Results
3
issues of
Tiger1218
**Description** This PR addresses a bug in the `StdLogger` module where calling `stop()` multiple times or calling `log()` after the logger has been stopped would result in `ValueError` exceptions. The...
**What's the issue, what's expected?**: The `StdLogger` class exhibits problematic behavior when the `stop()` method is called multiple times consecutively or when the `log()` method is called after `stop()` has...