Files
Nim/lib/pure
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
..
2015-10-01 12:05:45 -07:00
2024-05-16 23:22:49 +02:00
2024-07-26 20:45:52 +02:00
2021-01-09 00:24:41 +01:00
2022-12-03 21:25:49 +08:00
2023-12-18 13:25:49 +08:00
2023-03-20 18:51:58 +01:00