(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.
Examples
No examples yet. Be the first to add one!