Liking cljdoc? Tell your friends :D

com.ingemark.logging


logdebugcljmacro

(logdebug & args)

Logs, at DEBUG level, the message formed by concatenating the string representations of supplied arguments. Does not evaluate the arguments unless the DEBUG level is enabled. If the first argument is a quoted symbol, it will be used for the logger name. Otherwise the logger name is the name of the current namespace.

Logs, at DEBUG level, the message formed by concatenating the
string representations of supplied arguments. Does not evaluate the
arguments unless the DEBUG level is enabled.
If the first argument is a quoted symbol, it will be used for the logger name.
Otherwise the logger name is the name of the current namespace.
sourceraw docstring

logerrorcljmacro

(logerror & args)

Logs, at ERROR level, the message formed by concatenating the string representations of supplied arguments. Does not evaluate the arguments unless the ERROR level is enabled. If the first argument is a quoted symbol, it will be used for the logger name. Otherwise the logger name is the name of the current namespace.

Logs, at ERROR level, the message formed by concatenating the
string representations of supplied arguments. Does not evaluate the
arguments unless the ERROR level is enabled.
If the first argument is a quoted symbol, it will be used for the logger name.
Otherwise the logger name is the name of the current namespace.
sourceraw docstring

loginfocljmacro

(loginfo & args)

Logs, at INFO level, the message formed by concatenating the string representations of supplied arguments. Does not evaluate the arguments unless the INFO level is enabled. If the first argument is a quoted symbol, it will be used for the logger name. Otherwise the logger name is the name of the current namespace.

Logs, at INFO level, the message formed by concatenating the
string representations of supplied arguments. Does not evaluate the
arguments unless the INFO level is enabled.
If the first argument is a quoted symbol, it will be used for the logger name.
Otherwise the logger name is the name of the current namespace.
sourceraw docstring

logwarncljmacro

(logwarn & args)

Logs, at WARN level, the message formed by concatenating the string representations of supplied arguments. Does not evaluate the arguments unless the WARN level is enabled. If the first argument is a quoted symbol, it will be used for the logger name. Otherwise the logger name is the name of the current namespace.

Logs, at WARN level, the message formed by concatenating the
string representations of supplied arguments. Does not evaluate the
arguments unless the WARN level is enabled.
If the first argument is a quoted symbol, it will be used for the logger name.
Otherwise the logger name is the name of the current namespace.
sourceraw docstring

pprint-strclj

(pprint-str & args)
source

spycljmacro

(spy & args)

Logs, at DEBUG level, the message formed by concatenating the string representations of supplied arguments, returning the value of the last argument. If DEBUG level is not enabled, evaluates only the last argument. If the first argument is a quoted symbol, it will be used for the logger name. Otherwise the logger name is the name of the current namespace.

Logs, at DEBUG level, the message formed by concatenating the string
representations of supplied arguments, returning the value of the last
argument. If DEBUG level is not enabled, evaluates only the last argument.
If the first argument is a quoted symbol, it will be used for the logger name.
Otherwise the logger name is the name of the current namespace.
sourceraw docstring

spy*cljmacro

(spy* & args)

Logs, at INFO level, the message formed by concatenating the string representations of supplied arguments, returning the value of the last argument. If INFO level is not enabled, evaluates only the last argument. If the first argument is a quoted symbol, it will be used for the logger name. Otherwise the logger name is the name of the current namespace.

Logs, at INFO level, the message formed by concatenating the string
representations of supplied arguments, returning the value of the last
argument. If INFO level is not enabled, evaluates only the last argument.
If the first argument is a quoted symbol, it will be used for the logger name.
Otherwise the logger name is the name of the current namespace.
sourceraw docstring

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

× close