can you recommend lightweight cross-platform event recording/log library with the following features:
- simple interface
- Incremental event recording (i.e. event++)
- fast update
- customizable report out put (for example iostream)
- timestamps or os integration is not important
in principle it is not hard to make yourself one using map with string/integer keyvalue, but I would rather use one already written. I have looked at log4cxx but that seems like an overkill.
Thanks
this is prototype, final version is: http://code.google.com/p/asadchev/source/browse/trunk/projects/boost/utility/profiler.hpp