liblogger Code
Brought to you by:
dpa-toolkit
| File | Date | Author | Commit |
|---|---|---|---|
| docs | 2011-09-17 | dpa-toolkit | [r138] format html |
| src | 2011-09-17 | dpa-toolkit | [r137] change to APL 2.0 |
| LICENSE.txt | 2011-09-17 | dpa-toolkit | [r134] move to APL 2.0 |
| NOTICE.txt | 2011-09-17 | dpa-toolkit | [r134] move to APL 2.0 |
| README.txt | 2011-09-17 | dpa-toolkit | [r134] move to APL 2.0 |
| ReleaseNotes.txt | 2011-09-17 | dpa-toolkit | [r139] add date |
liblogger : A logging framework for C / C++ --------------------------------------------------------- Developer : Vineeth Neelakant - nvineeth _at_ gmail _dot_ com License : Apache Software License 2.0 Website : http://liblogger.sourceforge.net --------------------------------------------------------- BUILDING - UNIX ---------------- liblogger uses scons (http://scons.org) build system. You may need to install scons from the above system. The sources are available under the folder src. To build run "scons" from the folder src/build. To see various build options, run the command "scons -h" under folder src/build. ex : To build in release mode with O3 optimization, use "scons RELEASE=1" ex : To cross compile for arm, use "scons CROSS_COMPILE=arm-linux- " This generates : * The shared library : liblogger.so * The static library : liblogger.lib * The test app, to run the test app : $export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH $./logger_test BUILDING - WINDOWS ---------------- For windows, the Visual Studio solution is provided under folder src/build/liblogger_win32/. TEST APP ---------- The best way to understand the usage of liblogger is to go through the test apps : * src/testapp * src/testapp/file_logger_tests/ DOCUMENTATION ---------------- Documentation is provided at the website : http://liblogger.sourceforge.net, alternatively you can build the documentation if you have doxygen installed. Under the folder docs/ run command "gendoc.sh" and the html docs are generated in ./docs/docs/html DOUBTS / BUGS / SUGGESTIONS ---------------------------- If you have any doubts, * at the users mailing list : http://sourceforge.net/mail/?group_id=202343 * you can ask them at the discussion forum: http://sourceforge.net/forum/forum.php?forum_id=721800 Pls file the bug reports here: http://sourceforge.net/tracker/?group_id=202343&atid=981202 Pls file the feature requests and new ideas here: http://sourceforge.net/tracker/?group_id=202343&atid=981205 You can also mail the developer(s) at nvineeth _A_T_ gmail _D_O_T_ com