blob: bddc11a3156421f1949307a39c992e76c783ffc2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<document url="JSLog.html">
<!--
WARNING: This file is automatically generated from a jsdoc processor that
turns javadoc-type comments of Javascript and special Java files into an xml file, which is
then processed by an xsl file to create this document. Do not modify this
file, but rather either modify the comments or xsl file.
-->
<properties>
<title>Variable 'log'</title>
</properties>
<body>
<section href="summary" name="Variable 'log'">
<p>JavaScript interface to the log facility.</p>
<dl/>
<table width="100%">
<tr>
<th colspan="2">Function Summary</th>
</tr>
<tr>
<td width="5%">
<code>void</code>
</td>
<td>
<strong>
<code>
<a href="#fn_debug">debug(java.lang.String message)</a>
</code>
</strong>
<dd>Logs a debug message</dd>
</td>
</tr>
<tr>
<td width="5%">
<code>void</code>
</td>
<td>
<strong>
<code>
<a href="#fn_info">info(java.lang.String message)</a>
</code>
</strong>
<dd>Logs an info message</dd>
</td>
</tr>
<tr>
<td width="5%">
<code>void</code>
</td>
<td>
<strong>
<code>
<a href="#fn_warn">warn(java.lang.String message)</a>
</code>
</strong>
<dd>Logs a warn message</dd>
</td>
</tr>
<tr>
<td width="5%">
<code>void</code>
</td>
<td>
<strong>
<code>
<a href="#fn_error">error(java.lang.String message)</a>
</code>
</strong>
<dd>Logs an error message</dd>
</td>
</tr>
</table>
</section>
<section name="Functions">
<section href="fn_debug" name="debug">
<pre>void debug(java.lang.String message)</pre>
<p>Logs a debug message</p>
<dl>
<dt>
<strong>Parameters:</strong>
</dt>
<dd>
<code>message</code> -
Description of the Parameter</dd>
</dl>
<dl/>
</section>
<section href="fn_info" name="info">
<pre>void info(java.lang.String message)</pre>
<p>Logs an info message</p>
<dl>
<dt>
<strong>Parameters:</strong>
</dt>
<dd>
<code>message</code> -
Description of the Parameter</dd>
</dl>
<dl/>
</section>
<section href="fn_warn" name="warn">
<pre>void warn(java.lang.String message)</pre>
<p>Logs a warn message</p>
<dl>
<dt>
<strong>Parameters:</strong>
</dt>
<dd>
<code>message</code> -
Description of the Parameter</dd>
</dl>
<dl/>
</section>
<section href="fn_error" name="error">
<pre>void error(java.lang.String message)</pre>
<p>Logs an error message</p>
<dl>
<dt>
<strong>Parameters:</strong>
</dt>
<dd>
<code>message</code> -
Description of the Parameter</dd>
</dl>
<dl/>
</section>
</section>
</body>
</document>