Is it possible to increase verbosity of individual class?

Dear all,

gDebug can be used to increase the verbosity of all ROOT classes. But sometimes we just want to see the output from the class under development. Is it possible to increase the verbosity of a specific class without changing the verbosity of others?

Cheers, Jing

If that’s a class you are developing you have the control on it and you can provide a local mechanism just for that class (an class member defining the verbosity you need).