append! function clojure.tools.logging.test Returns this log with a new log entry appe... atomic-log function clojure.tools.logging.test Returns a StatefulLog, appending to an ato...
cl-factory function clojure.tools.logging.impl Returns a Commons Logging-based implementa... class-found? function clojure.tools.logging.impl Returns true if the Class associated with ...
debug macro clojure.tools.logging Debug level logging using print-style args. Use... debug macro clojure.tools.logging.readable Debug level logging using print-style ... debugf macro clojure.tools.logging Debug level logging using format. Use the 'logg... debugf macro clojure.tools.logging.readable Debug level logging using format. See ... disabled-logger var clojure.tools.logging.impl A Logger that is not enabled and does noth... disabled-logger-factory var clojure.tools.logging.impl A LoggerFactory that always provides the d...
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... entries function clojure.tools.logging.test Returns a vector of the entries in this lo... error macro clojure.tools.logging Error level logging using print-style args. Use... error macro clojure.tools.logging.readable Error level logging using print-style ... errorf macro clojure.tools.logging Error level logging using format. Use the 'logg... errorf macro clojure.tools.logging.readable Error level logging using format. See ...
*force* dynamic var clojure.tools.logging Overrides the default rules for choosing betwee... fatal macro clojure.tools.logging Fatal level logging using print-style args. Use... fatal macro clojure.tools.logging.readable Fatal level logging using print-style ... fatalf macro clojure.tools.logging Fatal level logging using format. Use the 'logg... fatalf macro clojure.tools.logging.readable Fatal level logging using format. See ... find-factory function clojure.tools.logging.impl Returns the first non-nil value from slf4j...
get-logger function clojure.tools.logging.impl Returns an implementation-specific Logger ...
info macro clojure.tools.logging Info level logging using print-style args. Use ... info macro clojure.tools.logging.readable Info level logging using print-style a... infof macro clojure.tools.logging Info level logging using format. Use the 'loggi... infof macro clojure.tools.logging.readable Info level logging using format. See l...
jul-factory function clojure.tools.logging.impl Returns a java.util.logging-based implemen...
*logger-factory* dynamic var clojure.tools.logging An instance satisfying the clojure.tools.loggin... *logging-agent* dynamic var clojure.tools.logging The default agent used for performing logging w... ->LogEntry function clojure.tools.logging.test Positional factory function for class cloj... 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... log4j2-factory function clojure.tools.logging.impl Returns a Log4j2-based implementation of t... LogEntry record clojure.tools.logging.test logf macro clojure.tools.logging Logs a message using a format string and args. ... logf macro clojure.tools.logging.readable Logs a message using a format string a... logged? function clojure.tools.logging.test Returns true if the log contains matching ... Logger protocol clojure.tools.logging.impl The protocol through which the core api wi... logger-factory function clojure.tools.logging.test Returns a LoggerFactory that will append l... 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... logp macro clojure.tools.logging.readable Logs a message using print style args,...
map->LogEntry function clojure.tools.logging.test Factory function for class clojure.tools.l... match-level? multimethod clojure.tools.logging.test Returns true if expected matches the actua... match-logger-ns? multimethod clojure.tools.logging.test Returns true if expected matches the actua... match-message? multimethod clojure.tools.logging.test Returns true if expected matches the actua... match-throwable? multimethod clojure.tools.logging.test Returns true if expected matches the actua... matches function clojure.tools.logging.test Returns matching log entries, otherwise ni...
name function clojure.tools.logging.impl Returns some text identifying the underlyi...
*stateful-log* dynamic var clojure.tools.logging.test The instance of StatefulLog used by with-l... 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... spyf macro clojure.tools.logging Evaluates expr and may write (format fmt result... spyf macro clojure.tools.logging.readable Evaluates expr and may write (logf lev... StatefulLog protocol clojure.tools.logging.test
*tx-agent-levels* dynamic var clojure.tools.logging The set of levels that will require using an ag... the-log function clojure.tools.logging.test Returns the vector of current log entries.... trace macro clojure.tools.logging Trace level logging using print-style args. Use... trace macro clojure.tools.logging.readable Trace level logging using print-style ... tracef macro clojure.tools.logging Trace level logging using format. Use the 'logg... tracef macro clojure.tools.logging.readable Trace level logging using format. See ...
warn macro clojure.tools.logging Warn level logging using print-style args. Use ... warn macro clojure.tools.logging.readable Warn level logging using print-style a... warnf macro clojure.tools.logging Warn level logging using format. Use the 'loggi... warnf macro clojure.tools.logging.readable Warn level logging using format. See l... 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..