View Source bugsnag_logger_handler (bugsnag_erlang v3.0.0-rc1)
Logger handler module for BugSnag.
It is specially tailored to structured logging, and therefore unstructured logging will be treated
structurised ad-hoc, with the message being the only field of the bugsnag:event/0
.
Events that contain a t:logger:report_cb()
will have this printable string as its message
.
Summary
Functions
OTP logger-compliant handler for BugSnag
Functions
-spec log(logger:log_event(), logger_handler:config()) -> any().
OTP logger-compliant handler for BugSnag