|
Written by Zarnick Maelstorm
|
|
Wednesday, 19 November 2008 13:02 |
Ok, so we are on the go!What is this?
This is the first public release of a loggin tool I'm developing for my projects under Linux. This is for the C/C++ programming languages (altough I've never tested on C++, it should work). What it support?
It's very standard for now, and supports only this features: - Log date
- Log miliseconds
- Log to a file
- Log to stderr
- Interception of stderr
Where you can actually use all this flags in any order (ie: log date and stderr, but not on a file or the miliseconds). Since it's pretty much standard, it should compile on pretty much all Linux like machine via the traditional ./configure; make; make install |
|
Last Updated on Wednesday, 19 November 2008 16:15 |
|
Read more...
|