Talk:Logging
From GnuCash
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
Is there an overview of the logging structure ?
Which parts of the code correspond to which "path" ?
If gnc.backend=debug would all it's children be on that level ? - This on is answered in the API [1]