Categories
RLog
'RLog' is a flexible message logging facility for C++ programs and libraries. It is subscription based, meaning you can subscribe to messages of your choice in various ways: by hierarchical channel name (e.g. "debug", "debug/ special", "error", etc.), or filename, component name, etc. Log messages are individually enabled.
It is meant to be fast enough for production code where it may be called many times, as both the GCC and Intel compilers reduce the logging overhead a few clock cycles if they are dormant (with no subscribers). Other add-on components extend subscriptions to external programs, so you can enable and collect debugging messages remotely.
Last updated 12 Jan, 2005
Versions
1.3.6
1.3.6 stable released 2004-12-09
- Released: 9 Dec, 2004
- Code Maturity: Stable
- Source Archive: http://arg0.net/users/vgough/download/rlog-1.3....
- Licenses: LGPLv2.1orlater
- Interfaces: Command Line, Library
