Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Version 0.5 (protocol not changed; ABI changed)
[simgrid.git] / cruft / doc / tmpl / tbx_log.sgml
index 0d6f869..6661b96 100644 (file)
@@ -167,17 +167,17 @@ An easy-to-use, fast and flexible message logging architecture.
                (the string would typcially be a runtime option) */
             gras_log_control_set("SA.thresh=3");
 
-            /* This request is enabled, because WARNING >= INFO. */
+            /* This request is enabled, because WARNING >= INFO. */
             CWARN2(VSS, "Low fuel level.");
 
-            /* This request is disabled, because DEBUG < INFO. */
+            /* This request is disabled, because DEBUG &lt; INFO. */
             CDEBUG2(VSS, "Starting search for nearest gas station."); 
 
             /* The default category SA inherits its priority from VSS. Thus,
-               the following request is enabled because INFO >= INFO.  */
+               the following request is enabled because INFO &gt;= INFO.  */
             INFO1("Located nearest gas station.");
 
-            /* This request is disabled, because DEBUG < INFO. */
+            /* This request is disabled, because DEBUG &lt; INFO. */
             DEBUG1("Exiting gas station search");
       }</programlisting>
 </refsect2>
@@ -276,7 +276,7 @@ An easy-to-use, fast and flexible message logging architecture.
 
   <para>
     Log4J has a 'rolling file appender' which you can select with a run-time
-    option & specify the max file size. This would be a nice default for
+    option and specify the max file size. This would be a nice default for
     non-kernel applications.
   </para>
 
@@ -296,6 +296,7 @@ An easy-to-use, fast and flexible message logging architecture.
 </para>
 
 @gras_log_priority_none: 
+@gras_log_priority_trace: 
 @gras_log_priority_debug: 
 @gras_log_priority_verbose: 
 @gras_log_priority_info: 
@@ -440,7 +441,7 @@ An easy-to-use, fast and flexible message logging architecture.
 @a6: 
 
 
-<!-- ##### MACRO CWARNING6 ##### -->
+<!-- ##### MACRO CWARN6 ##### -->
 <para>
 
 </para>
@@ -527,7 +528,7 @@ An easy-to-use, fast and flexible message logging architecture.
 @a6: 
 
 
-<!-- ##### MACRO WARNING6 ##### -->
+<!-- ##### MACRO WARN6 ##### -->
 <para>
 
 </para>