Skip to main content

logp

macro

clojure.tools.logging/logp

Available in:BBCLJ
(logp [level message & more] [level throwable message & more])
Logs a message using print style args. Can optionally take a throwable as its second arg. See level-specific macros, e.g., debug. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.

No examples yet. Be the first to add one!

Categories