Back

report-error (clj)

(source)

function

(report-error t & {:keys [target], :or {target "file"}, :as opts})
Create and output an exception report for a Throwable to target. Options: :target - "file" (default), "stderr", "none" If file is specified but cannot be written, falls back to stderr.

Examples