Difference between revisions of "Talk:Logging"

From GnuCash
Jump to: navigation, search
 
(response to andi5.)
Line 1: Line 1:
Thanks, jsled!  A few questions that come to my mind:
+
Thanks, jsled!  A few questions that come to my mind: (And see my responses in-line... [[User:Jsled|Jsled]] 19:46, 15 February 2007 (EST))
* the links seems to be stale
 
 
* what command line options to use, what is being dropped?  --debug, --log, --logto, --loglevel, --extras, ...
 
* what command line options to use, what is being dropped?  --debug, --log, --logto, --loglevel, --extras, ...
 +
** I'd rather not detail that transient stuff here.  --help is always current. :)
 
* what log levels are there and what do they mean?  debug, info, message, error, ...
 
* what log levels are there and what do they mean?  debug, info, message, error, ...
 +
** I'll add this to the doxygen API info.
 
* what functions should be used to log messages, what is declared as deprecated now?  (may be in the docs)
 
* what functions should be used to log messages, what is declared as deprecated now?  (may be in the docs)
 +
** I've added that to the API info.
 
This sort of info would make this page a definite guide :-) -- [[User:Andi5|andi5]]
 
This sort of info would make this page a definite guide :-) -- [[User:Andi5|andi5]]

Revision as of 00:46, 16 February 2007

Thanks, jsled! A few questions that come to my mind: (And see my responses in-line... Jsled 19:46, 15 February 2007 (EST))

  • what command line options to use, what is being dropped? --debug, --log, --logto, --loglevel, --extras, ...
    • I'd rather not detail that transient stuff here. --help is always current. :)
  • what log levels are there and what do they mean? debug, info, message, error, ...
    • I'll add this to the doxygen API info.
  • what functions should be used to log messages, what is declared as deprecated now? (may be in the docs)
    • I've added that to the API info.

This sort of info would make this page a definite guide :-) -- andi5