Timber v2.5.5 Timber.Events.ChannelReceiveEvent

The ChannelReceiveEvent represents the reception of an event for a given topic on a channel.

The defined structure of this data can be found in the log event JSON schema: https://github.com/timberio/log-event-json-schema

Summary

Functions

Message to be used when logging

Builds a new struct taking care to

Types

t()
t() :: %Timber.Events.ChannelReceiveEvent{channel: String.t, event: String.t, metadata_json: String.t | nil, topic: String.t}

Functions

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

Message to be used when logging.

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

Builds a new struct taking care to:

  • Converts :params to :params_json that satifies the Timber API requirements