Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
Logging Tools.
C
cl-factory function clojure.tools.logging.impl Returns a Commons Logging-based implementa...
D
debug macro clojure.tools.logging Debug level logging using print-style args..
debugf macro clojure.tools.logging Debug level logging using format..
E
enabled? macro clojure.tools.logging Returns true if the specific logging level is e...
enabled? function clojure.tools.logging.impl Check if a particular level is enabled for...
error macro clojure.tools.logging Error level logging using print-style args..
errorf macro clojure.tools.logging Error level logging using format..
F
*force* var clojure.tools.logging Overrides the default rules for choosing betwee...
fatal macro clojure.tools.logging Fatal level logging using print-style args..
fatalf macro clojure.tools.logging Fatal level logging using format..
find-factory function clojure.tools.logging.impl Returns the first non-nil value from slf4j...
G
get-logger function clojure.tools.logging.impl Returns an implementation-specific Logger ...
I
info macro clojure.tools.logging Info level logging using print-style args..
infof macro clojure.tools.logging Info level logging using format..
J
jul-factory function clojure.tools.logging.impl Returns a java.util.logging-based implemen...
L
*logger-factory* var clojure.tools.logging An instance satisfying the impl/LoggerFactory p...
*logging-agent* var clojure.tools.logging The default agent used for performing logging w...
log macro clojure.tools.logging Evaluates and logs a message only if the specif...
log* function clojure.tools.logging Attempts to log a message, either directly or v...
log-capture! function clojure.tools.logging Captures System.out and System.err, piping all ...
log-stream function clojure.tools.logging Creates a PrintStream that will output to the l...
log-uncapture! function clojure.tools.logging Restores System.out and System.err to their ori...
log4j-factory function clojure.tools.logging.impl Returns a Log4j-based implementation of th...
logf macro clojure.tools.logging Logs a message using a format string and args. ...
Logger protocol clojure.tools.logging.impl The protocol through which the core api wi...
LoggerFactory protocol clojure.tools.logging.impl The protocol through which the core api wi...
logp macro clojure.tools.logging Logs a message using print style args. Can opti...
N
name function clojure.tools.logging.impl Returns some text identifying the underlyi...
S
slf4j-factory function clojure.tools.logging.impl Returns a SLF4J-based implementation of th...
spy macro clojure.tools.logging Evaluates expr and may write the form and its r...
T
*tx-agent-levels* var clojure.tools.logging The set of levels that will require using an ag...
trace macro clojure.tools.logging Trace level logging using print-style args..
tracef macro clojure.tools.logging Trace level logging using format..
W
warn macro clojure.tools.logging Warn level logging using print-style args..
warnf macro clojure.tools.logging Warn level logging using format..
with-logs macro clojure.tools.logging Evaluates exprs in a context in which *out* and...
write! function clojure.tools.logging.impl Writes a log message to the given Logger..