Timber v2.5.1 Timber.Events.ChannelJoinEvent View Source

The ChannelJoinEvent represents a web socket channel topic being joined.

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

Link to this section Summary

Functions

Message to be used when logging

Builds a new struct taking care to

Link to this section Types

Link to this type t() View Source
t() :: %Timber.Events.ChannelJoinEvent{channel: String.t, metadata_json: String.t | nil, topic: String.t}

Link to this section Functions

Link to this function message(channel_join_event) View Source
message(t) :: IO.chardata

Message to be used when logging.

Builds a new struct taking care to:

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