Now that I'm digging into fixing some code again, I've noticed that the logging level has changed since 0704.
What does everyone else do - change the logging level all together, or just change the level passed to each LoggerWrapper call when you want to use the logger for debugging purposes?
Where is the global logging level set? (i breezed through /DCE/Logger.cpp and nothing popped out at me)