Skip to main content

logf

macro

clojure.tools.logging.readable/logf

(logf [level fmt & fmt-args] [level throwable fmt & fmt-args])
Logs a message using a format string and args, where all format args 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., debugf.

No examples yet. Be the first to add one!