Fix log
Fix #228 (moved)
Error was the use of mConsoleLevel instead of getConsoleLevel. getConsoleLevel check value in pyCapsule whereas mConsoleLevel is just a static variable (which is duplicated for each modules in the case of python see #224 (moved))