Skip to main content

*logger-factory*

value

clojure.tools.logging/*logger-factory*

Available in:BBCLJ
An instance satisfying the clojure.tools.logging.impl/LoggerFactory protocol, which allows uniform access to an underlying logging implementation. The default value will be obtained by invoking a no-arg function named by the "clojure.tools.logging.factory" system property, or if unset, by invoking clojure.tools.logging.impl/find-factory. After loading, this var can be programmatically changed to a different LoggerFactory implementation via binding or alter-var-root. See the various factory functions in clojure.tools.logger.impl.

No examples yet. Be the first to add one!

Categories