aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/logging-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/logging-api.html')
-rw-r--r--branch-1.1.x/logging-api.html43
1 files changed, 20 insertions, 23 deletions
diff --git a/branch-1.1.x/logging-api.html b/branch-1.1.x/logging-api.html
index e849cf8d..182d796a 100644
--- a/branch-1.1.x/logging-api.html
+++ b/branch-1.1.x/logging-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -155,7 +152,7 @@ needs to be specified to namespace the output.</pre>
allowed when not operating from within a transaction. Defaults to true.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L202" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -165,7 +162,7 @@ allowed when not operating from within a transaction. Defaults to true.</pre>
<pre id="var-docstr">The name of the logging implementation used.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -176,7 +173,7 @@ allowed when not operating from within a transaction. Defaults to true.</pre>
direct logging is disabled.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L196" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -188,7 +185,7 @@ direct logging is disabled.</pre>
logging agent. End-users should never need to call this function.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L208" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -200,7 +197,7 @@ logging agent. End-users should never need to call this function.</pre>
<pre id="var-docstr">Logs a message at the debug level.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L316" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -214,7 +211,7 @@ 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/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L232" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -226,7 +223,7 @@ whether the log should be written to.</pre>
<pre id="var-docstr">Logs a message at the error level.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L337" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -238,7 +235,7 @@ whether the log should be written to.</pre>
<pre id="var-docstr">Logs a message at the fatal level.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L344" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -249,7 +246,7 @@ whether the log should be written to.</pre>
should not need to call this function.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -260,7 +257,7 @@ should not need to call this function.</pre>
not need to call this function.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -271,7 +268,7 @@ not need to call this function.</pre>
call this function.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L190" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -283,7 +280,7 @@ call this function.</pre>
<pre id="var-docstr">Logs a message at the info level.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L323" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -297,7 +294,7 @@ call this function.</pre>
convenience macros.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L215" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -311,7 +308,7 @@ 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/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L271" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -323,7 +320,7 @@ output of *out* or *err*; for that, use with-logs.</pre>
to invoke this function.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L249" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -334,7 +331,7 @@ to invoke this function.</pre>
<pre id="var-docstr">Restores System.out and System.err to their original values.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L287" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -346,7 +343,7 @@ to invoke this function.</pre>
the result of expr.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L242" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -358,7 +355,7 @@ the result of expr.</pre>
<pre id="var-docstr">Logs a message at the trace level.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L309" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -370,7 +367,7 @@ the result of expr.</pre>
<pre id="var-docstr">Logs a message at the warn level.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L330" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -383,7 +380,7 @@ the result of expr.</pre>
namespace all redirected logging.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/cd69d778f5a08810d4b934dbfc08f400ed34146a/src/clojure/contrib/logging.clj#L297" id="var-source">Source</a>
</div>