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/
|