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
feat!: require emit() method implementation in LogHandlerBase
BREAKING CHANGE: All LogHandlerBase subclasses must now implement the emit() method.
This change was introduced in PR #35 but was not properly documented as breaking.
Plugin authors need to ensure their LogHandlerBase implementations include
an emit() method that handles log record processing.
0 commit comments