Liking cljdoc? Tell your friends :D

dovetail.core


*%s-encoder*clj

source

abbrev-nameclj

(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.
sourceraw docstring

canonical-level-nameclj

(canonical-level-name strname)
source

debugcljmacro

(debug & args)
source

default-log-output-fnclj

(default-log-output-fn data)
(default-log-output-fn _ data)

Formatting function for all log output.

Formatting function for all log output.
sourceraw docstring

disable-console-logging-colorsclj

(disable-console-logging-colors)
source

errorcljmacro

(error & args)
source

find-best-ns-patternclj

(find-best-ns-pattern ns-str ns-patterns)
source

format-log-messageclj

(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.
sourceraw docstring

infocljmacro

(info & args)
source

log-by-ns-patternclj

(log-by-ns-pattern ns-patterns & [{:keys [?ns-str level] :as opts}])
source

logfcljmacro

(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.
sourceraw docstring

make-colorless-appenderclj

(make-colorless-appender appender)
source

ns-filterclj

(ns-filter fltr)
source

set-%s-encoder!clj

(set-%s-encoder! encoder-fn)
source

set-level!clj

(set-level! level)
source

set-log-level-from-env!clj

(set-log-level-from-env! level-name)
source

set-ns-log-levels!clj

(set-ns-log-levels! log-ns-map)
source

set-output-fn!clj

(set-output-fn! output-fn)
source

tracecljmacro

(trace & args)
source

warncljmacro

(warn & args)
source

with-contextcljmacro

(with-context & args)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close