liblogger Code
Brought to you by:
dpa-toolkit
| File | Date | Author | Commit |
|---|---|---|---|
| docs | 2007-09-15 | dpa-toolkit | [r130] updated. |
| src | 2007-09-13 | dpa-toolkit | [r128] ignore property list updated. |
| COPYING | 2007-09-05 | dpa-toolkit | [r104] adding license files. |
| COPYING.LESSER | 2007-09-05 | dpa-toolkit | [r104] adding license files. |
| README.txt | 2007-09-13 | dpa-toolkit | [r127] email obfuscated... :( |
liblogger : A logging framework for C / C++ --------------------------------------------------------- Copyright : Vineeth Neelakant - nvineeth _at_ gmail _dot_ com License : GNU Lesser General Public License(see files COPYING and COPYING.LESSER) 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 ------------- Thanks for your interest in liblogger, hope it will be helpful...