speak v0.1.0 Speak.LoggerBackend

Backend for Speaking logs.

Example:

iex()> Logger.add_backend(SpeakLoggerBackend) iex()> require Logger iex()> Logger.debug(“hey!”) iex()> # List to the nice speaking.

Link to this section Summary

Functions

Callback implementation for c::gen_event.handle_call/2

Callback implementation for c::gen_event.handle_event/2

Callback implementation for c::gen_event.handle_info/2

Callback implementation for c::gen_event.init/1

Link to this section Functions

Link to this function handle_call(arg, state)

Callback implementation for c::gen_event.handle_call/2.

Link to this function handle_event(arg1, state)

Callback implementation for c::gen_event.handle_event/2.

Link to this function handle_info(_, state)

Callback implementation for c::gen_event.handle_info/2.

Callback implementation for c::gen_event.init/1.