Logging macros which delegate to a specific logging implementation. At runtime a specific implementation is selected by invoking clojure.tools.logging.impl/find-factory.
The logging implementation can be explicitly provided by using binding or alter-var-root to change the value of logger-factory to another implementation of clojure.tools.logging.impl/LoggerFactory (see also the *-factory functions in the impl namespace).
Logging macros which delegate to a specific logging implementation. At runtime a specific implementation is selected by invoking clojure.tools.logging.impl/find-factory. The logging implementation can be explicitly provided by using binding or alter-var-root to change the value of *logger-factory* to another implementation of clojure.tools.logging.impl/LoggerFactory (see also the *-factory functions in the impl namespace).
Protocols used to allow access to logging implementations. This namespace only need be used by those providing logging implementations to be consumed by the core api.
Protocols used to allow access to logging implementations. This namespace only need be used by those providing logging implementations to be consumed by the core api.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |