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
Currently, the handler behaviour is split between handlers (e.g., DefaultHandler, CloudWatchLogs) and custom IO types (e.g., FileRoller, Syslogs.jl). This is largely a hold over from the Lumberjack.jl days. I think the plan is to convert the custom IO types into handlers and perhaps split the DefaultHandler into a ConsoleHandler and StreamHandler.
If you'd like to implement a BulkSMS and Pushover handler the main things to keep in mind are that you'll want to override the getfilters(::Handler) and emit(::Handler, rec::Record) methods. Everything else should just work after that.
Hello,
I noticed in https://www.youtube.com/watch?v=Q0L-at3PyU8 that you are using
CloudWatchLogs.jl as logging handler
Maybe Memento doc should give a non exhaustive list of logging handlers for Memento.
Such a list could be added to https://github.com/invenia/Memento.jl/blob/master/docs/src/man/handlers.md
Kind regard
PS:
The text was updated successfully, but these errors were encountered: