Hi,
I think that it would be useful to have defined namespace QgsLogger
so that we could use
using namespace QgsLogger;
and then debug() without QgsLogger:: prefix.
Anybody knows how to define it? I tried to add
namespace QgsLogger { } around QgsLogger class definition but it does
not compile.
Radim