Choose a report function. To use a different report function, find
or create a circumspec.report.xxx namespsace with a report function
Default value is nested
Specify using -Dcircumspec.report-function=...
(defconfig report-function
"Choose a report function. To use a different report function, find
or create a circumspec.report.xxx namespsace with a report function"
"nested"
#(let [report-namespace (symbol (str "circumspec.report." %))]
(require report-namespace)
(ns-resolve report-namespace 'report)))
Comments top
No comments for report-function. Log in to add a comment.