Skip to content

Commit

Permalink
Add note about factory fns in impl.
Browse files Browse the repository at this point in the history
  • Loading branch information
ataggart committed Jun 7, 2014
1 parent e2434c1 commit 90a4843
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/clojure/clojure/tools/logging.clj
Expand Up @@ -15,9 +15,10 @@
runtime a specific implementation is selected from, in order, slf4j,
Apache commons-logging, log4j, and finally java.util.logging.
The logging implementation can be expliticly determined by using
binding or alter-var-root to change the value of *logger-factory* to
another implementation of clojure.tools.logging.impl/LoggerFactory."}
The logging implementation can be expliticly determined 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)."}
clojure.tools.logging
[:use
[clojure.string :only [trim-newline]]
Expand Down

0 comments on commit 90a4843

Please sign in to comment.