Skip to main content

logf

macro

clojure.tools.logging/logf

Available in:BBCLJ
(logf [level fmt & fmt-args] [level throwable fmt & fmt-args])
Logs a message using a format string and args. Can optionally take a throwable as its second arg. See level-specific macros, e.g., debugf. Use the 'logging.readable' namespace to avoid wrapping args in pr-str.

No examples yet. Be the first to add one!

Categories