Yet another C++ logging system Code
Status: Beta
Brought to you by:
olaf_dietsche
File | Date | Author | Commit |
---|---|---|---|
examples | 2011-03-08 |
![]() |
[ad00b0] Fix libdir and bindir creation |
src | 2012-06-27 |
![]() |
[2957cf] gcc 4.6: fix static initialization |
.gitignore | 2011-02-18 |
![]() |
[ae8601] Initial import |
README | 2011-03-11 |
![]() |
[7bcd47] Add short README and a simple install target |
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