Timber v2.0.0-rc5 Timber.Events.TemplateRenderEvent

The TemplateRenderEvent trackes template rendering within your app. Giving you structured insight into template rendering performance.

Timber can automatically track template rendering events if you use the Phoenix framework and setup the Timber.Integrations.PhoenixInstrumenter.

Summary

Functions

Message to be used when logging

Types

t()
t() :: %Timber.Events.TemplateRenderEvent{name: String.t | nil, time_ms: float | nil}

Functions

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

Message to be used when logging.