Wiggly-Log

A small C++ logging library.
Download

Wiggly-Log Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Wiggly
  • Publisher web site:
  • http://www.wiggly.org/project/wiggly-log/

Wiggly-Log Tags


Wiggly-Log Description

A small C++ logging library. 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$ ./configurebash$ makebash$ make installIf any of this doesn't work for you then get in touch, I have only built this on two platforms currently. What's New in This Release: · Configuration is now done through Log4J-style files. · Multiple loggers may share appenders and as in Log4J you get a root logger by default. · The library will converge slowly on the Log4J interface.


Wiggly-Log Related Software