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.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.

Link to this function

handle_event(arg1, state)

View Source

Callback implementation for :gen_event.handle_event/2.

Link to this function

handle_info(message, state)

View Source

Callback implementation for :gen_event.handle_info/2.

Callback implementation for :gen_event.init/1.