ofxLogger is an advanced logger addon for Open Frameworks which adds C++ stream operators (no more ofToString needed), file logging, timestamps, and other features. There is also ofxBitmapString which is a stream operator ofDrawBitmapString.
OpenFrameworks is a cross platform open source toolkit for creative coding in C++.
To use ofxLogger, first you need to download and install Open Frameworks. ofxLogger.xcodeproj is currently developed against the latest version of Open Frameworks on github (007), but ofxLogger itself should work with 0062.
To get a copy of the repository you can download the source from http://github.com/danomatika/ofxLogger/zipball/master or, alternatively, you can use git clone:
git clone git://github.com/danomatika/ofxLogger.git
The addon should sit in openFrameworks/addons/ofxLogger/.
If you're using OS X, open the XCode project in ofxLogger/loggerTest/ and hit "Build and Run".
If you want to add ofxLogger to another project, you need to make sure you include the src folders:
openFrameworks/addons/ofxLogger/src
For XCode:
- create a new group "ofxLogger"
- drag these directories from ofxLogger into this new group: ofxLogger/src