Log v0.8.1 Log.Message View Source
Provides a datastructure that holds all the information related to an incoming log message that needs to output
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Log.Message{ config: Log.Config.t(), format?: boolean(), format_tags?: boolean(), level: Log.Level.t(), module: nil | module(), module?: boolean(), output_device: :standard_error | :standard_output, output_level: Log.LevelFilter.t(), output_tags: Log.Filter.Tag.t(), skip?: boolean(), skip_reason: String.t(), tags: [Log.Tag.t()], text: String.t(), timestamp: NaiveDateTime.t(), utc?: boolean() }