You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to documentation and existing functions:
* _close should be close and call Handler close to properly
unregister from existing handlers
* emit should not re-filter logs, it is handled by the format
function.
* __init__ should not set a formatter, it is the responsability of
the dev to do so. Old code forbid subclassing the formatter and
using it.
0 commit comments