Menu

Tree [2957cf] master /
 History

HTTPS access


File Date Author Commit
 examples 2011-03-08 Olaf Dietsche Olaf Dietsche [ad00b0] Fix libdir and bindir creation
 src 2012-06-27 Olaf Dietsche Olaf Dietsche [2957cf] gcc 4.6: fix static initialization
 .gitignore 2011-02-18 Olaf Dietsche Olaf Dietsche [ae8601] Initial import
 README 2011-03-11 Olaf Dietsche Olaf Dietsche [7bcd47] Add short README and a simple install target

Read Me

Yet another C++ logging system
<http://sourceforge.net/projects/cxxlog/>

A simple C++ logging system. It is modeled loosely after log4j.

It compiles on Linux with gcc 4.4. It might work with other systems
and compilers as well, but I haven't tested any.

Installation

No real installation routine yet. Just build the library and do make
install to copy the library and header files to some include and
lib-path.

$ cd ../cxxlog/src
$ make
$ make install
or
$ make prefix=/usr/local install
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.