diff options
Diffstat (limited to 'logging-api.html')
-rw-r--r-- | logging-api.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/logging-api.html b/logging-api.html index 4855a2f3..d42278d0 100644 --- a/logging-api.html +++ b/logging-api.html @@ -104,12 +104,9 @@ namespace. - <span id="header-project">clojure-contrib</span> <span id="header-version">v1.2</span> (<span id="header-status">stable</span>) </h1> <span id="author-line">by <span id="author-name">Alex Taggart, Timothy Pratley</span><br /></span> -<br />Usage: -<pre> -(ns your-namespace - (:require <span id="long-name">clojure.contrib.logging</span>)) -</pre><pre> -</pre><h2>Overview</h2> +<br />Full namespace name: <span id="long-name">clojure.contrib.logging</span> +<p></p> +<h2>Overview</h2> <pre id="namespace-docstr">Logging macros which delegate to a specific logging implementation. At runtime a specific implementation is selected from, in order, Apache commons-logging, log4j, and finally java.util.logging. |