Skip to content

Remove externally defined loglevel in favour of a static variable inside the logIt class.

Karol Krizka requested to merge better-global-loglevel into devel

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.

Merge request reports