Timber v0.4.5 Timber.Events.ControllerCallEvent

Represents a controller being called

Summary

Types

t()
t :: %Timber.Events.ControllerCallEvent{action: String.t | nil, controller: String.t | nil}

Functions

message(controller_call_event)
message(t) :: IO.chardata

Callback implementation for Timber.Event.message/1.

new(opts)
new(Keyword.t) :: t