summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-index.html3
-rw-r--r--api-index.json69
-rw-r--r--index.html2
-rw-r--r--logging-api.html76
4 files changed, 42 insertions, 108 deletions
diff --git a/api-index.html b/api-index.html
index 971d73bf..d9ccb890 100644
--- a/api-index.html
+++ b/api-index.html
@@ -163,7 +163,6 @@ Shortcuts:<br />
</span></span><span id="section-content"> <a href="combinatorics-api.html#combinations">combinations</a><span id="line-content"> function combinatorics All the unique ways of taking n different elements...
</span></span><span id="section-content"> <a href="accumulators-api.html#combine">combine</a><span id="line-content"> multimethod accumulators Combine the values of the accumulators acc1 and ac...
</span></span><span id="section-content"> <a href="find-namespaces-api.html#comment?">comment?</a><span id="line-content"> function find-namespaces Returns true if form is a (comment ...).
-</span></span><span id="section-content"> <a href="logging-api.html#commons-logging">commons-logging</a><span id="line-content"> macro logging Defines the commons-logging-based implementations ...
</span></span><span id="section-content"> <a href="pprint-api.html#compile-format">compile-format</a><span id="line-content"> function pprint Compiles format-str into a compiled format which c...
</span></span><span id="section-content"> <a href="graph-api.html#component-graph">component-graph</a><span id="line-content"> function graph Given a graph, perhaps with cycles, return a reduc...
</span></span><span id="section-content"> <a href="miglayout-api.html#components">components</a><span id="line-content"> function miglayout Returns a map from id (a keyword) to component for...
@@ -370,7 +369,6 @@ Shortcuts:<br />
<pre>
<span id="section-content"> <a href="json.read-api.html#*json-keyword-keys*">*json-keyword-keys*</a><span id="line-content"> var json.read If true, JSON object keys will be converted to key...
</span></span><span id="section-content"> <a href="jar-api.html#jar-file?">jar-file?</a><span id="line-content"> function jar Returns true if file is a normal file with a .jar ...
-</span></span><span id="section-content"> <a href="logging-api.html#java-logging">java-logging</a><span id="line-content"> macro logging Defines the java-logging-based implementations of ...
</span></span><span id="section-content"> <a href="repl-utils-api.html#javadoc">javadoc</a><span id="line-content"> function repl-utils Opens a browser window displaying the javadoc for ...
</span></span><span id="section-content"> <a href="jmx-api.html#jmx-&gt;clj">jmx-&gt;clj</a><span id="line-content"> multimethod jmx Coerce JMX data structures into Clojure data. Hand...
</span></span><span id="section-content"> <a href="jmx-api.html#jmx-url">jmx-url</a><span id="line-content"> function jmx Build a JMX URL from options..
@@ -402,7 +400,6 @@ Shortcuts:<br />
</span></span><span id="section-content"> <a href="logging-api.html#log-capture!">log-capture!</a><span id="line-content"> function logging Captures System.out and System.err, redirecting al...
</span></span><span id="section-content"> <a href="logging-api.html#log-stream">log-stream</a><span id="line-content"> function logging Creates a PrintStream that will output to the log....
</span></span><span id="section-content"> <a href="logging-api.html#log-uncapture!">log-uncapture!</a><span id="line-content"> function logging Restores System.out and System.err to their origin...
-</span></span><span id="section-content"> <a href="logging-api.html#log4j-logging">log4j-logging</a><span id="line-content"> macro logging Defines the log4j-based implementations of the cor...
</span></span><span id="section-content"> <a href="probabilities.monte-carlo-api.html#lognormal">lognormal</a><span id="line-content"> function probabilities.monte-carlo Transform a sequence of uniform random numb...
</span></span><span id="section-content"> <a href="str-utils2-api.html#lower-case">lower-case</a><span id="line-content"> function str-utils2 Converts string to all lower-case..
</span></span><span id="section-content"> <a href="str-utils2-api.html#ltrim">ltrim</a><span id="line-content"> function str-utils2 Removes whitespace from the left side of string..
diff --git a/api-index.json b/api-index.json
index 74e22a74..e4bb3785 100644
--- a/api-index.json
+++ b/api-index.json
@@ -297,7 +297,7 @@
"author":"Chris Houser",
"doc":"Functions to parse xml lazily and emit back to text."},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/logging-api.html",
"name":"clojure.contrib.logging",
@@ -3012,7 +3012,7 @@
"Parses the source s, which can be a File, InputStream or String\nnaming a URI. Returns a lazy tree of the clojure.xml/element\nstruct-map, which has the keys :tag, :attrs, and :content and\naccessor fns tag, attrs, and content, with the whitespace trimmed\nfrom around each content string. This format is compatible with what\nclojure.xml/parse produces, except :content is a lazy seq instead of\na vector. Other SAX-compatible parsers can be supplied by passing\nstartparse, a fn taking a source and a ContentHandler and returning\na parser. If a parser is specified, it will be run in a separate\nthread and be allowed to get ahead by queue-size items, which\ndefaults to maxing. If no parser is specified and\norg.xmlpull.v1.XmlPullParser is in the classpath, this superior pull\nparser will be used.",
"name":"parse-trim"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L202",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/*allow-direct-logging*",
"namespace":"clojure.contrib.logging",
@@ -3020,14 +3020,14 @@
"A boolean indicating whether direct logging (as opposed to via an agent) is\nallowed when not operating from within a transaction. Defaults to true.",
"name":"*allow-direct-logging*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/*impl-name*",
"namespace":"clojure.contrib.logging",
"doc":"The name of the logging implementation used.",
"name":"*impl-name*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L196",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/*logging-agent*",
"namespace":"clojure.contrib.logging",
@@ -3035,7 +3035,7 @@
"The default agent used for performing logging durng a transaction or when\ndirect logging is disabled.",
"name":"*logging-agent*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L208",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/agent-write!",
"namespace":"clojure.contrib.logging",
@@ -3044,16 +3044,7 @@
"Writes the message immediately, and ignores the first argument. Used by the\nlogging agent. End-users should never need to call this function.",
"name":"agent-write!"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L91",
- "wiki-url":
- "http://richhickey.github.com/clojure-contrib//logging-api.html#logging/commons-logging",
- "namespace":"clojure.contrib.logging",
- "arglists":[[]],
- "doc":
- "Defines the commons-logging-based implementations of the core logging\nfunctions. End-users should never need to call this macro.",
- "name":"commons-logging"},
- {"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L316",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/debug",
"namespace":"clojure.contrib.logging",
@@ -3061,7 +3052,7 @@
"doc":"Logs a message at the debug level.",
"name":"debug"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L232",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/enabled?",
"namespace":"clojure.contrib.logging",
@@ -3070,7 +3061,7 @@
"Returns true if the specific logging level is enabled. Use of this function\nshould only be necessary if one needs to execute alternate code paths beyond\nwhether the log should be written to.",
"name":"enabled?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L337",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/error",
"namespace":"clojure.contrib.logging",
@@ -3078,7 +3069,7 @@
"doc":"Logs a message at the error level.",
"name":"error"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L344",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/fatal",
"namespace":"clojure.contrib.logging",
@@ -3086,7 +3077,7 @@
"doc":"Logs a message at the fatal level.",
"name":"fatal"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/impl-enabled?",
"namespace":"clojure.contrib.logging",
@@ -3094,7 +3085,7 @@
"Implementation-specific check if a particular level is enabled. End-users\nshould not need to call this function.",
"name":"impl-enabled?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/impl-get-log",
"namespace":"clojure.contrib.logging",
@@ -3102,7 +3093,7 @@
"Returns an implementation-specific log by string namespace. End-users should\nnot need to call this function.",
"name":"impl-get-log"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/impl-write!",
"namespace":"clojure.contrib.logging",
@@ -3110,7 +3101,7 @@
"Implementation-specific write of a log message. End-users should not need to\ncall this function.",
"name":"impl-write!"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L323",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/info",
"namespace":"clojure.contrib.logging",
@@ -3118,16 +3109,7 @@
"doc":"Logs a message at the info level.",
"name":"info"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L155",
- "wiki-url":
- "http://richhickey.github.com/clojure-contrib//logging-api.html#logging/java-logging",
- "namespace":"clojure.contrib.logging",
- "arglists":[[]],
- "doc":
- "Defines the java-logging-based implementations of the core logging\nfunctions. End-users should never need to call this macro.",
- "name":"java-logging"},
- {"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L215",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/log",
"namespace":"clojure.contrib.logging",
@@ -3138,7 +3120,7 @@
"Logs a message, either directly or via an agent. Also see the level-specific\nconvenience macros.",
"name":"log"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L271",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/log-capture!",
"namespace":"clojure.contrib.logging",
@@ -3147,7 +3129,7 @@
"Captures System.out and System.err, redirecting all writes of those streams\nto :info and :error logging, respectively. The specified log-ns value will\nbe used to namespace all redirected logging. NOTE: this will not redirect\noutput of *out* or *err*; for that, use with-logs.",
"name":"log-capture!"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L249",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/log-stream",
"namespace":"clojure.contrib.logging",
@@ -3156,7 +3138,7 @@
"Creates a PrintStream that will output to the log. End-users should not need\nto invoke this function.",
"name":"log-stream"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L287",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/log-uncapture!",
"namespace":"clojure.contrib.logging",
@@ -3165,16 +3147,7 @@
"Restores System.out and System.err to their original values.",
"name":"log-uncapture!"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L125",
- "wiki-url":
- "http://richhickey.github.com/clojure-contrib//logging-api.html#logging/log4j-logging",
- "namespace":"clojure.contrib.logging",
- "arglists":[[]],
- "doc":
- "Defines the log4j-based implementations of the core logging functions.\nEnd-users should never need to call this macro.",
- "name":"log4j-logging"},
- {"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L242",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/spy",
"namespace":"clojure.contrib.logging",
@@ -3183,7 +3156,7 @@
"Evaluates expr and outputs the form and its result to the debug log; returns \nthe result of expr.",
"name":"spy"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L309",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/trace",
"namespace":"clojure.contrib.logging",
@@ -3191,7 +3164,7 @@
"doc":"Logs a message at the trace level.",
"name":"trace"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L330",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/warn",
"namespace":"clojure.contrib.logging",
@@ -3199,7 +3172,7 @@
"doc":"Logs a message at the warn level.",
"name":"warn"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L297",
+ "http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//logging-api.html#logging/with-logs",
"namespace":"clojure.contrib.logging",
diff --git a/index.html b/index.html
index 520aba18..acd6d28b 100644
--- a/index.html
+++ b/index.html
@@ -1297,7 +1297,7 @@ invoke with-logs. In both cases a log-ns (e.g., "com.example.captured")
needs to be specified to namespace the output.</pre>
Public variables and functions:
- <span id="var-link"><a href="logging-api.html#logging/*allow-direct-logging*" id="var-tag">*allow-direct-logging*</a> </span><span id="var-link"><a href="logging-api.html#logging/*impl-name*" id="var-tag">*impl-name*</a> </span><span id="var-link"><a href="logging-api.html#logging/*logging-agent*" id="var-tag">*logging-agent*</a> </span><span id="var-link"><a href="logging-api.html#logging/agent-write!" id="var-tag">agent-write!</a> </span><span id="var-link"><a href="logging-api.html#logging/commons-logging" id="var-tag">commons-logging</a> </span><span id="var-link"><a href="logging-api.html#logging/debug" id="var-tag">debug</a> </span><span id="var-link"><a href="logging-api.html#logging/enabled?" id="var-tag">enabled?</a> </span><span id="var-link"><a href="logging-api.html#logging/error" id="var-tag">error</a> </span><span id="var-link"><a href="logging-api.html#logging/fatal" id="var-tag">fatal</a> </span><span id="var-link"><a href="logging-api.html#logging/impl-enabled?" id="var-tag">impl-enabled?</a> </span><span id="var-link"><a href="logging-api.html#logging/impl-get-log" id="var-tag">impl-get-log</a> </span><span id="var-link"><a href="logging-api.html#logging/impl-write!" id="var-tag">impl-write!</a> </span><span id="var-link"><a href="logging-api.html#logging/info" id="var-tag">info</a> </span><span id="var-link"><a href="logging-api.html#logging/java-logging" id="var-tag">java-logging</a> </span><span id="var-link"><a href="logging-api.html#logging/log" id="var-tag">log</a> </span><span id="var-link"><a href="logging-api.html#logging/log-capture!" id="var-tag">log-capture!</a> </span><span id="var-link"><a href="logging-api.html#logging/log-stream" id="var-tag">log-stream</a> </span><span id="var-link"><a href="logging-api.html#logging/log-uncapture!" id="var-tag">log-uncapture!</a> </span><span id="var-link"><a href="logging-api.html#logging/log4j-logging" id="var-tag">log4j-logging</a> </span><span id="var-link"><a href="logging-api.html#logging/spy" id="var-tag">spy</a> </span><span id="var-link"><a href="logging-api.html#logging/trace" id="var-tag">trace</a> </span><span id="var-link"><a href="logging-api.html#logging/warn" id="var-tag">warn</a> </span><span id="var-link"><a href="logging-api.html#logging/with-logs" id="var-tag">with-logs</a> </span><br />
+ <span id="var-link"><a href="logging-api.html#logging/*allow-direct-logging*" id="var-tag">*allow-direct-logging*</a> </span><span id="var-link"><a href="logging-api.html#logging/*impl-name*" id="var-tag">*impl-name*</a> </span><span id="var-link"><a href="logging-api.html#logging/*logging-agent*" id="var-tag">*logging-agent*</a> </span><span id="var-link"><a href="logging-api.html#logging/agent-write!" id="var-tag">agent-write!</a> </span><span id="var-link"><a href="logging-api.html#logging/debug" id="var-tag">debug</a> </span><span id="var-link"><a href="logging-api.html#logging/enabled?" id="var-tag">enabled?</a> </span><span id="var-link"><a href="logging-api.html#logging/error" id="var-tag">error</a> </span><span id="var-link"><a href="logging-api.html#logging/fatal" id="var-tag">fatal</a> </span><span id="var-link"><a href="logging-api.html#logging/impl-enabled?" id="var-tag">impl-enabled?</a> </span><span id="var-link"><a href="logging-api.html#logging/impl-get-log" id="var-tag">impl-get-log</a> </span><span id="var-link"><a href="logging-api.html#logging/impl-write!" id="var-tag">impl-write!</a> </span><span id="var-link"><a href="logging-api.html#logging/info" id="var-tag">info</a> </span><span id="var-link"><a href="logging-api.html#logging/log" id="var-tag">log</a> </span><span id="var-link"><a href="logging-api.html#logging/log-capture!" id="var-tag">log-capture!</a> </span><span id="var-link"><a href="logging-api.html#logging/log-stream" id="var-tag">log-stream</a> </span><span id="var-link"><a href="logging-api.html#logging/log-uncapture!" id="var-tag">log-uncapture!</a> </span><span id="var-link"><a href="logging-api.html#logging/spy" id="var-tag">spy</a> </span><span id="var-link"><a href="logging-api.html#logging/trace" id="var-tag">trace</a> </span><span id="var-link"><a href="logging-api.html#logging/warn" id="var-tag">warn</a> </span><span id="var-link"><a href="logging-api.html#logging/with-logs" id="var-tag">with-logs</a> </span><br />
</div><div id="namespace-entry">
<br />
diff --git a/logging-api.html b/logging-api.html
index b049fc60..d26d645d 100644
--- a/logging-api.html
+++ b/logging-api.html
@@ -56,8 +56,6 @@ namespace.
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/agent-write!">agent-write!</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#logging/commons-logging">commons-logging</a>
- </div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/debug">debug</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/enabled?">enabled?</a>
@@ -74,8 +72,6 @@ namespace.
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/info">info</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#logging/java-logging">java-logging</a>
- </div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/log">log</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/log-capture!">log-capture!</a>
@@ -84,8 +80,6 @@ namespace.
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/log-uncapture!">log-uncapture!</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#logging/log4j-logging">log4j-logging</a>
- </div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/spy">spy</a>
</div><div style="margin-left: 1em;" class="toc-entry">
<a href="#logging/trace">trace</a>
@@ -148,7 +142,7 @@ needs to be specified to namespace the output.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">A boolean indicating whether direct logging (as opposed to via an agent) is
allowed when not operating from within a transaction. Defaults to true.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L202" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -156,7 +150,7 @@ allowed when not operating from within a transaction. Defaults to true.</pre>
<span id="var-type">var</span><br />
<pre id="var-usage"></pre>
<pre id="var-docstr">The name of the logging implementation used.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -165,7 +159,7 @@ allowed when not operating from within a transaction. Defaults to true.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">The default agent used for performing logging durng a transaction or when
direct logging is disabled.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L196" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -175,17 +169,7 @@ direct logging is disabled.</pre>
</pre>
<pre id="var-docstr">Writes the message immediately, and ignores the first argument. Used by the
logging agent. End-users should never need to call this function.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L208" id="var-source">Source</a>
-</div><div id="var-entry">
- <br />
- <hr />
- <h2 id="logging/commons-logging">commons-logging</h2>
- <span id="var-type">macro</span><br />
- <pre id="var-usage">Usage: (commons-logging)
-</pre>
- <pre id="var-docstr">Defines the commons-logging-based implementations of the core logging
-functions. End-users should never need to call this macro.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L91" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -195,7 +179,7 @@ functions. End-users should never need to call this macro.</pre>
(debug message throwable)
</pre>
<pre id="var-docstr">Logs a message at the debug level.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L316" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -207,7 +191,7 @@ functions. End-users should never need to call this macro.</pre>
<pre id="var-docstr">Returns true if the specific logging level is enabled. Use of this function
should only be necessary if one needs to execute alternate code paths beyond
whether the log should be written to.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L232" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -217,7 +201,7 @@ whether the log should be written to.</pre>
(error message throwable)
</pre>
<pre id="var-docstr">Logs a message at the error level.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L337" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -227,7 +211,7 @@ whether the log should be written to.</pre>
(fatal message throwable)
</pre>
<pre id="var-docstr">Logs a message at the fatal level.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L344" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -236,7 +220,7 @@ whether the log should be written to.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Implementation-specific check if a particular level is enabled. End-users
should not need to call this function.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -245,7 +229,7 @@ should not need to call this function.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Returns an implementation-specific log by string namespace. End-users should
not need to call this function.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -254,7 +238,7 @@ not need to call this function.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Implementation-specific write of a log message. End-users should not need to
call this function.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -264,17 +248,7 @@ call this function.</pre>
(info message throwable)
</pre>
<pre id="var-docstr">Logs a message at the info level.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L323" id="var-source">Source</a>
-</div><div id="var-entry">
- <br />
- <hr />
- <h2 id="logging/java-logging">java-logging</h2>
- <span id="var-type">macro</span><br />
- <pre id="var-usage">Usage: (java-logging)
-</pre>
- <pre id="var-docstr">Defines the java-logging-based implementations of the core logging
-functions. End-users should never need to call this macro.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L155" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -286,7 +260,7 @@ functions. End-users should never need to call this macro.</pre>
</pre>
<pre id="var-docstr">Logs a message, either directly or via an agent. Also see the level-specific
convenience macros.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L215" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -298,7 +272,7 @@ convenience macros.</pre>
to :info and :error logging, respectively. The specified log-ns value will
be used to namespace all redirected logging. NOTE: this will not redirect
output of *out* or *err*; for that, use with-logs.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L271" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -308,7 +282,7 @@ output of *out* or *err*; for that, use with-logs.</pre>
</pre>
<pre id="var-docstr">Creates a PrintStream that will output to the log. End-users should not need
to invoke this function.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L249" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -317,17 +291,7 @@ to invoke this function.</pre>
<pre id="var-usage">Usage: (log-uncapture!)
</pre>
<pre id="var-docstr">Restores System.out and System.err to their original values.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L287" id="var-source">Source</a>
-</div><div id="var-entry">
- <br />
- <hr />
- <h2 id="logging/log4j-logging">log4j-logging</h2>
- <span id="var-type">macro</span><br />
- <pre id="var-usage">Usage: (log4j-logging)
-</pre>
- <pre id="var-docstr">Defines the log4j-based implementations of the core logging functions.
-End-users should never need to call this macro.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L125" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -337,7 +301,7 @@ End-users should never need to call this macro.</pre>
</pre>
<pre id="var-docstr">Evaluates expr and outputs the form and its result to the debug log; returns
the result of expr.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L242" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -347,7 +311,7 @@ the result of expr.</pre>
(trace message throwable)
</pre>
<pre id="var-docstr">Logs a message at the trace level.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L309" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -357,7 +321,7 @@ the result of expr.</pre>
(warn message throwable)
</pre>
<pre id="var-docstr">Logs a message at the warn level.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L330" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -368,7 +332,7 @@ the result of expr.</pre>
<pre id="var-docstr">Evaluates exprs in a context in which *out* and *err* are bound to :info and
:error logging, respectively. The specified log-ns value will be used to
namespace all redirected logging.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/44e4c23000a7cdee5395006dadc2eb1b58bc9b9d/src/clojure/contrib/logging.clj#L297" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297" id="var-source">Source</a>
</div>