Wiggly-Log 0.0.0-alpha review
DownloadWiggly-Log is a small C++ logging library. Whilst playing with graphics I found I needed a simple and fast logging implementation
|
|
Wiggly-Log is a small C++ logging library.
Whilst playing with graphics I found I needed a simple and fast logging implementation that I could improve as I needed.
I wanted to be able to use standard C++ features like streams for outputting user-defined datatypes instead of having to bother with C-style printf or other variadic functions.
I also wanted to be able to remove logging from certain very time sensitive parts completely at compile-time.
I had tried to find a logging package in C++ that was stable on both Linux and Windows but failed. Log4cpp looks to be orphaned and the code wasn't inspiring enough for me to want to try and mess with it.
Installation:
This package uses GNU automake and provides a configure script so you should be able to do the following:
bash$ ./configure
bash$ make
bash$ make install
If any of this doesn't work for you then get in touch, I have only built this on two platforms currently.
Wiggly-Log 0.0.0-alpha keywords