commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7006 - trunk/gnue-common/doc/technotes


From: reinhard
Subject: [gnue] r7006 - trunk/gnue-common/doc/technotes
Date: Fri, 11 Feb 2005 09:34:54 -0600 (CST)

Author: reinhard
Date: 2005-02-11 09:34:54 -0600 (Fri, 11 Feb 2005)
New Revision: 7006

Added:
   trunk/gnue-common/doc/technotes/00014.txt
Modified:
   trunk/gnue-common/doc/technotes/index.html
   trunk/gnue-common/doc/technotes/index.txt
Log:
Added technote about debug levels.


Added: trunk/gnue-common/doc/technotes/00014.txt
===================================================================
--- trunk/gnue-common/doc/technotes/00014.txt   2005-02-11 15:05:30 UTC (rev 
7005)
+++ trunk/gnue-common/doc/technotes/00014.txt   2005-02-11 15:34:54 UTC (rev 
7006)
@@ -0,0 +1,19 @@
+Title:   Debug levels
+Status:  Current 
+Created: 2005-02-11
+Revised: 2005-02-11
+
+This technote describes the debug levels used in GNU Enterprise.
+
+1: Warnings (things that shouldn't happen when everything was perfect)
+   (e.g. depreciation warning, unicode conversion warning etc.)
+
+2: info about system environment (python version, command line args,
+   environment variables)
+
+3: SQL commands sent to the backend, or similar information for non-SQL
+   backends
+
+4-6: can be used by the tools like forms, reports, appserver
+
+7-9: can be used by common

Modified: trunk/gnue-common/doc/technotes/index.html
===================================================================
--- trunk/gnue-common/doc/technotes/index.html  2005-02-11 15:05:30 UTC (rev 
7005)
+++ trunk/gnue-common/doc/technotes/index.html  2005-02-11 15:34:54 UTC (rev 
7006)
@@ -23,6 +23,9 @@
 <tr><td><a href="00009.txt">00009.txt</a></td><td>Using GClientApp's 
interactive debugger</td></tr>
 <tr><td><a href="00010.txt">00010.txt</a></td><td>Input Mask Proposal</td></tr>
 <tr><td><a href="00011.txt">00011.txt</a></td><td>How To Make A 
Release</td></tr>
+<tr><td><a href="00012.txt">00012.txt</a></td><td>Valid datatypes for GNUe 
Schema Definitions (gsd)</td></tr>
+<tr><td><a href="00013.txt">00013.txt</a></td><td>Programmatic overview of 
curses module</td></tr>
+<tr><td><a href="00014.txt">00014.txt</a></td><td>Debug levels</td></tr>
 </table>
 
 

Modified: trunk/gnue-common/doc/technotes/index.txt
===================================================================
--- trunk/gnue-common/doc/technotes/index.txt   2005-02-11 15:05:30 UTC (rev 
7005)
+++ trunk/gnue-common/doc/technotes/index.txt   2005-02-11 15:34:54 UTC (rev 
7006)
@@ -19,6 +19,9 @@
 00009.txt   Using GClientApp's interactive debugger
 00010.txt   Input Mask Proposal
 00011.txt   How To Make A Release
+00012.txt   Valid datatypes for GNUe Schema Definitions (gsd)
+00013.txt   Programmatic overview of curses module
+00014.txt   Debug levels
 ----------  ------------------------------------------------------------------
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]