ExSyslog

ExSyslog is custom backend for Elixir Logger that logs to syslog by wrapping erlang-syslog.

Summary

handle_call(msg, state)

Changes backend configuration

handle_event(arg1, state)

Handles an log event. Ignores the log event if the event level is less than the min log level

Functions

handle_call(msg, state)

Changes backend configuration.

handle_event(arg1, state)

Handles an log event. Ignores the log event if the event level is less than the min log level.