View Source Uinta.Formatter.Standard (Uinta v0.12.0)
No special handling, outputs everything as JSON. See Uinta.Formatter for more information.
Summary
Functions
See Uinta.formatter.format/4
Types
@type level() :: :debug | :info | :warn | :error
@type time() :: {{1970..10000, 1..12, 1..31}, {0..23, 0..59, 0..59, 0..999}}
Functions
@spec format(Uinta.Types.level(), iodata(), Uinta.Types.time(), Keyword.t()) :: iodata()
See Uinta.formatter.format/4