Liking cljdoc? Tell your friends :D
Clojure only.

dialog.format.simple

Log format which presents events in simple plain text.

Log format which presents events in simple plain text.
raw docstring

formatterclj

(formatter output)

Construct a plain-text 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.

Construct a plain-text 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.
sourceraw docstring

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

× close