SlackLog (slack_log v0.1.2) View Source
SlackLog
is a custom backend for the elixir :logger
application.
Based on the configuration it will post errors to specified Slack hooks
Link to this section Summary
Functions
Callback implementation for :gen_event.handle_call/2
.
Callback implementation for :gen_event.handle_event/2
.
Callback implementation for :gen_event.handle_info/2
.
Callback implementation for :gen_event.init/1
.
Link to this section Types
Specs
level() :: Logger.level()
Specs
metadata() :: [atom()]
Link to this section Functions
Callback implementation for :gen_event.handle_call/2
.
Callback implementation for :gen_event.handle_event/2
.
Callback implementation for :gen_event.handle_info/2
.
Callback implementation for :gen_event.init/1
.