[pygccxml-development] verbose is going to be deprecated
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-07-10 05:38:03
|
Hi. I am going to deprecate "verbose" flag in pygccxml. Instead of this I am going to add another logger, to preserve the functionality. Here is a hierarchy of loggers for pygccxml project: pygccxml queries_engine all messages to this logger will be written with log level "DEBUG". gccxml gccxml invocation command line and result will be written with log level "INFO". All other messages will be written with log level DEBUG. cache only open cache message will be written with "INFO" level. All other messages will be written with "DEBUG" level. All loggers will be configured to "INFO" level. I think this change will reduce amount of information written by pygccxml. Thoughts? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |