Re: [pygccxml-development] How to customize log messages?
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-04-11 15:42:20
|
Roman Yakovenko wrote: > Can you start some to do list to next release? Small text file under > pyplusplus/docs will be good enough. Done. > Okay. Right now you can not. Well, I had a look at _logging_ and noticed that it's not quite true that one cannot set the verbosity level. As the standard logging module is used I can obtain the logger and adjust the level (I don't know if setting the level to DEBUG by default is such a good idea...). The presence of the _logging_ module suggests that you already have some plans concerning log messages in pygccxml/pyplusplus. What plans do you have how logging should be done? (or if there are no plans, why didn't you use the logging module directly?) - Matthias - |