
Thanks!!!
Also, an application should have multiple levels at the same time (i.e., an app may want to have a different level of debug logging per component, library, class, whatever). _______________________________________________
This is an interesting request, and I assume it'll change the way I implement multiple levels. Is this a desireable feature? What do you all think? In other words, if I understand correctly, you want to be able to set the level of each log (independently of other logs). In this case, instead of enabling/disabling logs, I can simply set the level of the logs -- and have a level called DISABLED (which is equivalent to disabling one log) Best, John -- John Torjo, Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/ -v1.6.3 (Resource Splitter) -- http://www.torjo.com/cb/ - Click, Build, Run!