Trying to debug some code, specifically now at the interface between
IMP::multifit and IMP::domino.
So - added tons of IMP_LOG(VERBOSE,"")
however - there are a lot of messages from core and kernel that i do
not really care about at this point.
It will be complicated to set log level for each object and seems not
to be the most elegant solution.
On Apr 20, 2010, at 8:28 AM, Daniel Russel wrote:
No, currently there is just per-Object log levels. Adding per-module
log levels would be easy, but I'm not sure how useful. It would make
sense for, say, EM, but you would get more or less the same effect
by setting it on the FitRestraint. Setting the general log level for
core seems less useful. What are you trying to do?