Timber v1.1.16 Timber.Events.SQLQueryEvent

The SQLQueryEvent tracks outgoing SQL queries. This gives you structured insight into SQL query performance within your application.

Timber can automatically track SQL query events if you use Ecto and setup Timber.Integrations.EctoLogger.

Summary

Functions

Message to be used when logging

Types

t()
t() :: %Timber.Events.SQLQueryEvent{sql: String.t, time_ms: float}

Functions

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

Message to be used when logging.