diff options
author | tocariimaa <87833010+tocariimaa@users.noreply.github.com> | 2024-09-20 15:32:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 17:32:23 +0200 |
commit | d51d88700b2fb3bd228d5e8f7385e2e4a2e2880c (patch) | |
tree | c331a98defbdb4b4f1f1e3a4975f9caa410d182e /compiler | |
parent | 37dba853c9e2c41b445f1bbb7cfcf195773e6eee (diff) | |
download | Nim-d51d88700b2fb3bd228d5e8f7385e2e4a2e2880c.tar.gz |
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>
Diffstat (limited to 'compiler')
0 files changed, 0 insertions, 0 deletions