Timber v2.3.4 Timber.Events.TemplateRenderEvent View Source
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
.
Link to this section Summary
Functions
Message to be used when logging
Link to this section Types
Link to this type
t()
View Source
t() :: %Timber.Events.TemplateRenderEvent{name: String.t | nil, time_ms: float | nil}
Link to this section Functions
Message to be used when logging.