Release 1.0.3
[platform/upstream/gsignond.git] / docs / html / gsignond-Logging.html
index 1ead9d0..8c110df 100644 (file)
 <tr>
 <td class="define_keyword">#define</td>
 <td class="function_name">
-<a class="link" href="gsignond-Logging.html#INFO:CAPS" title="INFO()">INFO</a><span class="c_punctuation">()</span>
+<a class="link" href="gsignond-Logging.html#ERR:CAPS" title="ERR()">ERR</a><span class="c_punctuation">()</span>
 </td>
 </tr>
 <tr>
 <td class="define_keyword">#define</td>
 <td class="function_name">
-<a class="link" href="gsignond-Logging.html#ERR:CAPS" title="ERR()">ERR</a><span class="c_punctuation">()</span>
+<a class="link" href="gsignond-Logging.html#WARN:CAPS" title="WARN()">WARN</a><span class="c_punctuation">()</span>
 </td>
 </tr>
 <tr>
 <td class="define_keyword">#define</td>
 <td class="function_name">
-<a class="link" href="gsignond-Logging.html#WARN:CAPS" title="WARN()">WARN</a><span class="c_punctuation">()</span>
+<a class="link" href="gsignond-Logging.html#INFO:CAPS" title="INFO()">INFO</a><span class="c_punctuation">()</span>
 </td>
 </tr>
 <tr>
 <p><code class="filename">gsignond/gsignond-log.h</code> file contains logging macros 
 that plugins and extensions should use for debugging and tracing.</p>
 <p>For example:</p>
-<div class="informalexample">
-  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
-    <tbody>
-      <tr>
-        <td class="listing_lines" align="right"><pre>1</pre></td>
-        <td class="listing_code"><pre class="programlisting"></pre></td>
-      </tr>
-    </tbody>
-  </table>
-</div>
-
+<div class="informalexample"><pre class="programlisting">
+</pre></div>
 </div>
 <div class="refsect1">
 <a name="gsignond-Logging.functions_details"></a><h2>Functions</h2>
@@ -107,9 +98,9 @@ that plugins and extensions should use for debugging and tracing.</p>
 </div>
 <hr>
 <div class="refsect2">
-<a name="INFO:CAPS"></a><h3>INFO()</h3>
-<pre class="programlisting">#define             INFO(frmt, args...)</pre>
-<p>Use this macro to log informational messages. GSignond will take care of
+<a name="ERR:CAPS"></a><h3>ERR()</h3>
+<pre class="programlisting">#define             ERR(frmt, args...)</pre>
+<p>Use this macro to log error messages. GSignond will take care of
 correctly saving them.</p>
 <div class="refsect3">
 <a name="id-1.8.3.7.3.5"></a><h4>Parameters</h4>
@@ -136,9 +127,9 @@ correctly saving them.</p>
 </div>
 <hr>
 <div class="refsect2">
-<a name="ERR:CAPS"></a><h3>ERR()</h3>
-<pre class="programlisting">#define             ERR(frmt, args...)</pre>
-<p>Use this macro to log error messages. GSignond will take care of
+<a name="WARN:CAPS"></a><h3>WARN()</h3>
+<pre class="programlisting">#define             WARN(frmt, args...)</pre>
+<p>Use this macro to log warning messages. GSignond will take care of
 correctly saving them.</p>
 <div class="refsect3">
 <a name="id-1.8.3.7.4.5"></a><h4>Parameters</h4>
@@ -165,9 +156,9 @@ correctly saving them.</p>
 </div>
 <hr>
 <div class="refsect2">
-<a name="WARN:CAPS"></a><h3>WARN()</h3>
-<pre class="programlisting">#define             WARN(frmt, args...)</pre>
-<p>Use this macro to log warning messages. GSignond will take care of
+<a name="INFO:CAPS"></a><h3>INFO()</h3>
+<pre class="programlisting">#define             INFO(frmt, args...)</pre>
+<p>Use this macro to log informational messages. GSignond will take care of
 correctly saving them.</p>
 <div class="refsect3">
 <a name="id-1.8.3.7.5.5"></a><h4>Parameters</h4>