(abbrev-name string & [abbr-last])
Abbreviate a dot- and dash- separated string by first letter. Leave the last
part intact unless abbr-last
is true.
Abbreviate a dot- and dash- separated string by first letter. Leave the last part intact unless `abbr-last` is true.
(default-log-output-fn data)
(default-log-output-fn _ data)
Formatting function for all log output.
Formatting function for all log output.
(format-log-message fmt & args)
Similar to format
, but uses encoded representation of values.
Expects only %s in the format string.
Similar to `format`, but uses encoded representation of values. Expects only %s in the format string.
(logf level only-arg)
(logf level throwable message)
(logf level throwable-or-message maybe-message & rest-args)
Logs a message, formatted with clear distinction for dynamic values.
Logs a message, formatted with clear distinction for dynamic values.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close