Liking cljdoc? Tell your friends :D

formatting-stack.reporters.pretty-printer

Prints an optionally colorized, indented, possibly truncated output of the reports.

Prints an optionally colorized, indented, possibly truncated output of the reports.
raw docstring

newclj

(new {:keys [max-msg-length print-diff? print-stacktraces? summary? colorize?]
      :or {max-msg-length 200
           print-diff? false
           print-stacktraces? true
           summary? true
           colorize? true}})
source

(print-exceptions {:keys [print-stacktraces?]} reports)
source

(print-report this reports)
source

(print-summary {:keys [summary? colorize?]} reports)
source

(print-warnings {:keys [max-msg-length print-diff? colorize?]} reports)
source

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

× close