Files
Nim/lib
tocariimaa d51d88700b Implement removeHandler in std/logging module (fixes #23757) (#24143)
Since the module allows for a handler to be added multiple times, for
the sake of consistency, `removeHandler` only removes the first found
instance of the handler in the `handlers` seq. So for n calls of
`addHandler` using the same handler, n calls of `removeHandler` are
required.

fixes #23757

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
2024-09-20 17:32:23 +02:00
..
2017-02-20 17:24:19 +02:00
2024-09-17 14:01:21 +02:00
2024-07-26 20:45:52 +02:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00