
22 May
2005
22 May
'05
5:05 a.m.
We have several applications that log their activities. Usually, we have these requirements:
- specify different topics/categories or whatever you name it (like ERROR, DEBUG, ...)
To do.
- allow binding different streams to the topics
Exists.
- dynamically (during runtime) changing a severity level for each topic separately
To do.
- timestamping the log messages
Exists.
- thread safe
Already done. 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!