[Qgis-developer] namespace QgsLogger

Radim Blazek radim.blazek at gmail.com
Mon Aug 14 07:56:54 EDT 2006


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



More information about the Qgis-developer mailing list