Liking cljdoc? Tell your friends :D
Clojure only.

dialog.format.pretty

Log format which presents events in ANSI-colored text, suitable for human consumption in a REPL console.

Log format which presents events in ANSI-colored text, suitable for human
consumption in a REPL console.
raw docstring

formatterclj

(formatter output)

Construct a pretty event formatting function.

Formatting options may include:

  • :padding

    Either true (the default) to pad fields to standard fixed widths, false to print them with no padding, or a map with :level, :thread, and :logger widths to specify custom amounts.

  • :timestamp

    Either :full (the default) which shows the entire timestamp value, or :short which will render only the local time portion.

Construct a pretty event formatting function.

Formatting options may include:

- `:padding`

  Either true (the default) to pad fields to standard fixed widths, false to
  print them with no padding, or a map with `:level`, `:thread`, and `:logger`
  widths to specify custom amounts.

- `:timestamp`

  Either `:full` (the default) which shows the entire timestamp value, or
  `:short` which will render only the local time portion.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close