Liking cljdoc? Tell your friends :D

recide.sanex.logging


debugcljmacro

(debug message & more)
(debug throwable message & more)

Wrapper of clojure.tools.logging/debug. Debug level logging using print-style args. Sanitizes exceptions.

Wrapper of clojure.tools.logging/debug. Debug level logging using print-style args.
Sanitizes exceptions.
sourceraw docstring

debugfcljmacro

(debugf fmt & fmt-args)
(debugf throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/debugf. Debug level logging using format. Sanitizes exceptions.

Wrapper of clojure.tools.logging/debugf. Debug level logging using format.
Sanitizes exceptions.
sourceraw docstring

enabled?cljmacro

(enabled? & whatever)

No-op wrapper of clojure.tools.logging/enabled?

No-op wrapper of clojure.tools.logging/enabled?
sourceraw docstring

errorcljmacro

(error message & more)
(error throwable message & more)

Wrapper of clojure.tools.logging/error. Error level logging using print-style args. Sanitizes exceptions.

Wrapper of clojure.tools.logging/error. Error level logging using print-style args.
Sanitizes exceptions.
sourceraw docstring

errorfcljmacro

(errorf fmt & fmt-args)
(errorf throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/errorf. Error level logging using format. Sanitizes exceptions.

Wrapper of clojure.tools.logging/errorf. Error level logging using format.
Sanitizes exceptions.
sourceraw docstring

fatalcljmacro

(fatal message & more)
(fatal throwable message & more)

Wrapper of clojure.tools.logging/fatal. Fatal level logging using print-style args. Sanitizes exceptions.

Wrapper of clojure.tools.logging/fatal. Fatal level logging using print-style args.
Sanitizes exceptions.
sourceraw docstring

fatalfcljmacro

(fatalf fmt & fmt-args)
(fatalf throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/fatalf. Fatal level logging using format. Sanitizes exceptions.

Wrapper of clojure.tools.logging/fatalf. Fatal level logging using format.
Sanitizes exceptions.
sourceraw docstring

infocljmacro

(info message & more)
(info throwable message & more)

Wrapper of clojure.tools.logging/info. Info level logging using print-style args. Sanitizes exceptions.

Wrapper of clojure.tools.logging/info. Info level logging using print-style args.
Sanitizes exceptions.
sourceraw docstring

infofcljmacro

(infof fmt & fmt-args)
(infof throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/infof. Info level logging using format. Sanitizes exceptions.

Wrapper of clojure.tools.logging/infof. Info level logging using format.
Sanitizes exceptions.
sourceraw docstring

logcljmacro

(log level message)
(log level throwable message)
(log logger-ns level throwable message)
(log logger-factory logger-ns level throwable message)

Evaluates and logs a message only if the specified level is enabled. Wrapper of clojure.tools.logging/log that sanitizes exceptions.

Evaluates and logs a message only if the specified level is enabled.
Wrapper of clojure.tools.logging/log that sanitizes exceptions.
sourceraw docstring

log-streamclj

(log-stream & whatever)

wraps recide.sanex.logging/log-stream

wraps recide.sanex.logging/log-stream
sourceraw docstring

logfcljmacro

(logf level fmt & fmt-args)
(logf level throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/logf that sanitizes exceptions.

Wrapper of clojure.tools.logging/logf that sanitizes exceptions.
sourceraw docstring

logpcljmacro

(logp level message & more)
(logp level throwable message & more)

Wrapper of clojure.tools.logging/logp that sanitizes exceptions.

Wrapper of clojure.tools.logging/logp that sanitizes exceptions.
sourceraw docstring

spycljmacro

(spy & whatever)

recide.sanex.logging/spy has problems. Don't use this. If you do, expect failure.

recide.sanex.logging/spy has problems. Don't use this. If you do, expect failure.
sourceraw docstring

spyfcljmacro

(spyf & whatever)

Spyf has problems. Don't use this. If you do,

Spyf has problems. Don't use this. If you do,
sourceraw docstring

tracecljmacro

(trace message & more)
(trace throwable message & more)

Wrapper of clojure.tools.logging/trace. Trace level logging using print-style args. Sanitizes exceptions.

Wrapper of clojure.tools.logging/trace. Trace level logging using print-style args.
Sanitizes exceptions.
sourceraw docstring

tracefcljmacro

(tracef fmt & fmt-args)
(tracef throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/tracef. Trace level logging using format. Sanitizes exceptions.

Wrapper of clojure.tools.logging/tracef. Trace level logging using format.
Sanitizes exceptions.
sourceraw docstring

warncljmacro

(warn message & more)
(warn throwable message & more)

Wrapper of clojure.tools.logging/warn. Warn level logging using print-style args. Sanitizes exceptions.

Wrapper of clojure.tools.logging/warn. Warn level logging using print-style args.
Sanitizes exceptions.
sourceraw docstring

warnfcljmacro

(warnf fmt & fmt-args)
(warnf throwable fmt & fmt-args)

Wrapper of clojure.tools.logging/warnf. Warn level logging using format. Sanitizes exceptions.

Wrapper of clojure.tools.logging/warnf. Warn level logging using format.
Sanitizes exceptions.
sourceraw docstring

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

× close