Difference between revisions of "Talk:Logging"
From GnuCash
m (Talk:OOPS moved to Talk:Logging) |
C.holtermann (talk | contribs) (→Is there an overview of the logging structure ?: new section) |
||
Line 7: | Line 7: | ||
** I've added that to the API info. | ** 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]] | ||
+ | |||
+ | == 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 [http://cvs.gnucash.org/docs/HEAD/group__Logging.html] |
Latest revision as of 22:16, 25 May 2013
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]