Remove externally defined loglevel in favour of a static variable inside the logIt class.
Addresses issue #34 (closed)
The logging level is now set by a logIt::loglevel
static variable that is initialized to logINFO
by default. The programs no longer need to set this explicitly.
Also moved incrDebug
to a static member of logIt to make the usage simpler.