r15697 - gnucash/trunk - updates, formatting; add pointers to qoflog.h doxygen documentation.

Josh Sled jsled at cvs.gnucash.org
Thu Mar 8 21:46:05 EST 2007


Author: jsled
Date: 2007-03-08 21:46:04 -0500 (Thu, 08 Mar 2007)
New Revision: 15697
Trac: http://svn.gnucash.org/trac/changeset/15697

Modified:
   gnucash/trunk/HACKING
Log:
updates, formatting; add pointers to qoflog.h doxygen documentation.


Modified: gnucash/trunk/HACKING
===================================================================
--- gnucash/trunk/HACKING	2007-03-09 02:44:03 UTC (rev 15696)
+++ gnucash/trunk/HACKING	2007-03-09 02:46:04 UTC (rev 15697)
@@ -69,26 +69,18 @@
 Dave Peticolas <dave at krondo.com>
 August 22, 2000
 
-=====================================================================
+==============
 TIPS AND HINTS
-=====================================================================
+==============
 
-Starting Gnucash from the build tree:
--------------------------------------
-
-Getting Trace Messages From GnuCash:
+Starting Gnucash from the build tree
 ------------------------------------
-Note that piping stdout from gnucash to a file causes gnucash to crash.
-Don't know why, this is a bug that needs to be fixed.  Here's another
-way to get trace messages into a file:
+Don't.  --prefix your build into /opt/gnc/svn/ (or some such).
 
--- edit src/engine/gnc-engine.c and find the call to qof_log_set_level
-   for the module you are intersted in.  Adjust the log level
-   appropriately.
--- edit the call to qof_log_file_init() in this same file to change
-   where you want messages to go to.
+Getting Trace Messages From GnuCash
+-----------------------------------
+See the doxygen comments in lib/libqof/qof/qoflog.h (and .c)
 
-
 Starting GnuCash in GDB
 -----------------------
 To run gdb on an installed version of gnucash (installed in /opt/gnc/unstable:)



More information about the gnucash-changes mailing list