aboutsummaryrefslogtreecommitdiff
path: root/api-index.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-04 10:41:00 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-04 10:41:00 -0700
commit5aaa32848d2c401de5b9eca92be9f95b7683b6b5 (patch)
treef7dbebc58edec435fb58293a2eb886c7171d2af7 /api-index.html
parent8377c6897dc9b9d104721559df5fdc76731e8b8f (diff)
Updated documentation for commit 6c95fe90829cc66f81345a011dc25fc487e4cf0b
Diffstat (limited to 'api-index.html')
-rw-r--r--api-index.html20
1 files changed, 13 insertions, 7 deletions
diff --git a/api-index.html b/api-index.html
index a797f509..b2067726 100644
--- a/api-index.html
+++ b/api-index.html
@@ -81,7 +81,7 @@ Shortcuts:<br />
<div id="index-body">
<h2><span id="section-head">A</span></h2>
<pre>
-<span id="section-content"> <a href="logging-api.html#*allow-direct-logging*">*allow-direct-logging*</a><span id="line-content"> var logging A flag indicating wether logging can be directly (...
+<span id="section-content"> <a href="logging-api.html#*allow-direct-logging*">*allow-direct-logging*</a><span id="line-content"> var logging A boolean atom indicating whether direct logging (...
</span></span><span id="section-content"> <a href="duck-streams-api.html#*append-to-writer*">*append-to-writer*</a><span id="line-content"> var duck-streams If true, writer and spit will open files in append...
</span></span><span id="section-content"> <a href="generic.math-functions-api.html#abs">abs</a><span id="line-content"> multimethod generic.math-functions Return the abs of x..
</span></span><span id="section-content"> <a href="math-api.html#abs">abs</a><span id="line-content"> function math (abs n) is the absolute value of n.
@@ -183,6 +183,7 @@ Shortcuts:<br />
<h2><span id="section-head">D</span></h2>
<pre>
<span id="section-content"> <a href="duck-streams-api.html#*default-encoding*">*default-encoding*</a><span id="line-content"> var duck-streams Name of the default encoding to use when reading &amp;...
+</span></span><span id="section-content"> <a href="logging-api.html#debug">debug</a><span id="line-content"> macro logging Logs a message at the debug level..
</span></span><span id="section-content"> <a href="map-utils-api.html#deep-merge-with">deep-merge-with</a><span id="line-content"> function map-utils Like merge-with, but merges maps recursively, appl...
</span></span><span id="section-content"> <a href="types-api.html#defadt">defadt</a><span id="line-content"> macro types Define an algebraic data type name by an exhaustiv...
</span></span><span id="section-content"> <a href="def-api.html#defalias">defalias</a><span id="line-content"> macro def Defines an alias for a var: a new var with the sam...
@@ -253,6 +254,7 @@ Shortcuts:<br />
</span></span><span id="section-content"> <a href="accumulators-api.html#empty-vector">empty-vector</a><span id="line-content"> var accumulators An empty vector accumulator. Adding an item append...
</span></span><span id="section-content"> <a href="logging-api.html#enabled?">enabled?</a><span id="line-content"> function logging Returns true if the specific logging level is enab...
</span></span><span id="section-content"> <a href="error-kit-api.html#error">error</a><span id="line-content"> function error-kit Base type for all error-kit errors.
+</span></span><span id="section-content"> <a href="logging-api.html#error">error</a><span id="line-content"> macro logging Logs a message at the error level..
</span></span><span id="section-content"> <a href="str-utils2-api.html#escape">escape</a><span id="line-content"> function str-utils2 Escapes characters in string according to a cmap, ...
</span></span><span id="section-content"> <a href="dataflow-api.html#eval-cell">eval-cell</a><span id="line-content"> multimethod dataflow Evaluate a dataflow cell. Return [changed, old va...
</span></span><span id="section-content"> <a href="math-api.html#exact-integer-sqrt">exact-integer-sqrt</a><span id="line-content"> function math (exact-integer-sqrt n) expects a non-negative inte...
@@ -265,6 +267,7 @@ Shortcuts:<br />
<h2><span id="section-head">F</span></h2>
<pre>
<span id="section-content"> <a href="condition-api.html#*full-stack-traces*">*full-stack-traces*</a><span id="line-content"> var condition Bind to true to include clojure.{core,lang,main} f...
+</span></span><span id="section-content"> <a href="logging-api.html#fatal">fatal</a><span id="line-content"> macro logging Logs a message at the fatal level..
</span></span><span id="section-content"> <a href="fcase-api.html#fcase">fcase</a><span id="line-content"> macro fcase Generic switch/case macro. 'fcase' is short for '...
</span></span><span id="section-content"> <a href="monads-api.html#fetch-state">fetch-state</a><span id="line-content"> function monads Return a state-monad function that returns the cur...
</span></span><span id="section-content"> <a href="monads-api.html#fetch-val">fetch-val</a><span id="line-content"> function monads Return a state-monad function that assumes the sta...
@@ -336,6 +339,7 @@ Shortcuts:<br />
</span></span><span id="section-content"> <a href="fcase-api.html#in-case">in-case</a><span id="line-content"> macro fcase Like case, but test expressions are sequences. Th...
</span></span><span id="section-content"> <a href="seq-utils-api.html#includes?">includes?</a><span id="line-content"> function seq-utils Returns true if coll contains something equal (wit...
</span></span><span id="section-content"> <a href="seq-utils-api.html#indexed">indexed</a><span id="line-content"> function seq-utils Returns a lazy sequence of [index, item] pairs, wh...
+</span></span><span id="section-content"> <a href="logging-api.html#info">info</a><span id="line-content"> macro logging Logs a message at the info level..
</span></span><span id="section-content"> <a href="sql-api.html#insert-records">insert-records</a><span id="line-content"> function sql Inserts records into a table. records are maps fro...
</span></span><span id="section-content"> <a href="sql-api.html#insert-rows">insert-rows</a><span id="line-content"> function sql Inserts complete rows into a table. Each row is a ...
</span></span><span id="section-content"> <a href="sql-api.html#insert-values">insert-values</a><span id="line-content"> function sql Inserts rows into a table with values for specifie...
@@ -362,8 +366,8 @@ Shortcuts:<br />
<h2><span id="section-head">L</span></h2>
<pre>
<span id="section-content"> <a href="repl-utils-api.html#*local-javadocs*">*local-javadocs*</a><span id="line-content"> var repl-utils Ref to a list of local paths for Javadoc-generated...
-</span></span><span id="section-content"> <a href="logging-api.html#*log-system*">*log-system*</a><span id="line-content"> var logging The default log-system initialized to the first im...
-</span></span><span id="section-content"> <a href="logging-api.html#*log-system-agent*">*log-system-agent*</a><span id="line-content"> var logging The default agent referecing *log-system*..
+</span></span><span id="section-content"> <a href="logging-api.html#*log-system*">*log-system*</a><span id="line-content"> var logging An atom holding the default log-system initialized...
+</span></span><span id="section-content"> <a href="logging-api.html#*log-system-agent*">*log-system-agent*</a><span id="line-content"> var logging The default agent referencing *log-system*..
</span></span><span id="section-content"> <a href="map-utils-api.html#lazy-get">lazy-get</a><span id="line-content"> macro map-utils Like get, but doesn't evaluate not-found unless it...
</span></span><span id="section-content"> <a href="graph-api.html#lazy-walk">lazy-walk</a><span id="line-content"> function graph Return a lazy sequence of the nodes of a graph sta...
</span></span><span id="section-content"> <a href="probabilities.random-numbers-api.html#lcg">lcg</a><span id="line-content"> function probabilities.random-numbers Create a linear congruential generator.
@@ -375,11 +379,11 @@ Shortcuts:<br />
</span></span><span id="section-content"> <a href="macros-api.html#letfn-">letfn-</a><span id="line-content"> macro macros OBSOLETE: use clojure.core/letfn A variant of let ...
</span></span><span id="section-content"> <a href="combinatorics-api.html#lex-permutations">lex-permutations</a><span id="line-content"> function combinatorics Fast lexicographic permutation generator for a seq...
</span></span><span id="section-content"> <a href="generic.math-functions-api.html#log">log</a><span id="line-content"> multimethod generic.math-functions Return the log of x..
-</span></span><span id="section-content"> <a href="logging-api.html#log">log</a><span id="line-content"> macro logging Logs a message, either directly or via an agent..
+</span></span><span id="section-content"> <a href="logging-api.html#log">log</a><span id="line-content"> macro logging Logs a message, either directly or via an agent. S...
</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-system">log-system</a><span id="line-content"> var logging A struct to abstract the functionality common to a...
-</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#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 Creates a log-system struct using the log4j API, i...
</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..
@@ -430,7 +434,7 @@ Shortcuts:<br />
</div><div id="index-body">
<h2><span id="section-head">O</span></h2>
<pre>
-<span id="section-content"> <a href="logging-api.html#*old-std-streams*">*old-std-streams*</a><span id="line-content"> var logging Used by log-capture! to maintain a reference to th...
+<span id="section-content"> <a href="logging-api.html#*old-std-streams*">*old-std-streams*</a><span id="line-content"> var logging A ref used by log-capture! to maintain a reference...
</span></span><span id="section-content"> <a href="javadoc.browse-api.html#open-url-in-browser">open-url-in-browser</a><span id="line-content"> function javadoc.browse Opens url (a string) in the default system web bro...
</span></span><span id="section-content"> <a href="javadoc.browse-api.html#open-url-in-swing">open-url-in-swing</a><span id="line-content"> function javadoc.browse Opens url (a string) in a Swing window..
</span></span></pre>
@@ -627,6 +631,7 @@ Shortcuts:<br />
</span></span><span id="section-content"> <a href="error-kit-api.html#throw-msg">throw-msg</a><span id="line-content"> macro error-kit Returns a function that throws a Java Exception wi...
</span></span><span id="section-content"> <a href="except-api.html#throwf">throwf</a><span id="line-content"> function except Throws an Exception or Error with an optional mess...
</span></span><span id="section-content"> <a href="duck-streams-api.html#to-byte-array">to-byte-array</a><span id="line-content"> multimethod duck-streams Converts argument into a Java byte array. Argumen...
+</span></span><span id="section-content"> <a href="logging-api.html#trace">trace</a><span id="line-content"> macro logging Logs a message at the trace level..
</span></span><span id="section-content"> <a href="trace-api.html#trace">trace</a><span id="line-content"> function trace Sends name (optional) and value to the tracer func...
</span></span><span id="section-content"> <a href="trace-api.html#trace-fn-call">trace-fn-call</a><span id="line-content"> function trace Traces a single call to a function f with args. '...
</span></span><span id="section-content"> <a href="trace-api.html#trace-indent">trace-indent</a><span id="line-content"> function trace Returns an indentation string based on *trace-dept...
@@ -655,7 +660,8 @@ Shortcuts:<br />
</div><div id="index-body">
<h2><span id="section-head">W</span></h2>
<pre>
-<span id="section-content"> <a href="command-line-api.html#with-command-line">with-command-line</a><span id="line-content"> macro command-line Bind locals to command-line args..
+<span id="section-content"> <a href="logging-api.html#warn">warn</a><span id="line-content"> macro logging Logs a message at the warn level..
+</span></span><span id="section-content"> <a href="command-line-api.html#with-command-line">with-command-line</a><span id="line-content"> macro command-line Bind locals to command-line args..
</span></span><span id="section-content"> <a href="sql-api.html#with-connection">with-connection</a><span id="line-content"> macro sql Evaluates body in the context of a new connection ...
</span></span><span id="section-content"> <a href="error-kit-api.html#with-handler">with-handler</a><span id="line-content"> macro error-kit This is error-kit's dynamic scope form. The body ...
</span></span><span id="section-content"> <a href="duck-streams-api.html#with-in-reader">with-in-reader</a><span id="line-content"> macro duck-streams Opens a PushbackReader on f, binds it to *in*, and...