Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        rlog - Runtime Logging for C++
        
        - RLog provides a flexible message logging facility for C++ programs and
libraries.  It is meant to be fast enough to leave in production code. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | rlog | 1.3.7 | 1.fc4 | i386 | 83 KiB | Thu Feb 16 05:38:53 2006 | 
        
        Changelog
        
            - * Sun Nov 13 17:00:00 2005 Peter Lemenkov <lemenkov{%}newmail{*}ru> 1.3.7-1
- - Initial build for FC-Extras
- Release v1.3.7 
            - * Mon Nov  8 17:00:00 2004 Valient Gough <vgough{%}pobox{*}com>
- - Release v1.3.5
- Add initial attempt at Win32 support (due to help from Vadim Zeitlin)
- Fixes to build on Suse 9.2 (replaced old KDE based autoconf scripts)
- Add "info" channel, and rInfo() macro. 
            - * Mon May 31 18:00:00 2004 Valient Gough <vgough{%}pobox{*}com>
- - Release v1.3.4
- Portibility changes to allow rlog to build with older C++ compilers and on
  non-x86 computers.
- Add extra ERROR_FMT() macro which allows format string to be passed on Error
  construction.
- Add valgrind support to allow valgrind trace from any assert when running
  under valgrind.
- Update admin dir.