View Source Zexbox.Logging.LogHandler (Zexbox v0.8.0)

Handles all log events.

Summary

Functions

This function is called by the Phoenix endpoint when a controller action is started and finished.

Functions

Link to this function

handle_event(list, measurements, metadata, config)

View Source
@spec handle_event([atom()], map(), map(), map()) :: :ok

This function is called by the Phoenix endpoint when a controller action is started and finished.

Examples

iex> Zexbox.Logging.LogHandler.handle_event([:phoenix, :endpoint, :stop], measurements, metadata, config)
:ok