logp
macro
clojure.tools.logging.readable/logp
(logp [level message & more] [level throwable message & more])Logs a message using print style args, where message args that are not
literal strings will be printed readably, as if wrapped in pr-str. Can
optionally take a throwable as its second arg. See level-specific macros,
e.g., debug.
Examples
No examples yet. Be the first to add one!