View Source Uinta.Formatter.Standard (Uinta v0.14.0)

No special handling, outputs everything as JSON. See Uinta.Formatter for more information.

Summary

Types

@type level() :: :debug | :info | :warn | :error
@type time() :: {{1970..10000, 1..12, 1..31}, {0..23, 0..59, 0..59, 0..999}}

Functions

Link to this function

format(level, message, timestamp, metadata)

View Source
@spec format(Uinta.Types.level(), iodata(), Uinta.Types.time(), Keyword.t()) ::
  iodata()

See Uinta.formatter.format/4