gameoverhack / ofxLogger

Simple logging addon for openFrameworks
Other
6 stars 6 forks source link

ofxLogger

Introduction

Simple logging utility with time, date, line number, function/class caller, timing and auto padding options.

See the example-ofxLogger for usage.

Licence

ofxLogger is distributed under the MIT License. See license.md distributed with this repository.

Installation

Just drop the ofxLogger folder into the openFrameworks/addons/ folder.

Dependencies

None

Compatibility

Tested with of072

Known issues

Sprintf style logging format not yet implemented.

Version history

Version 0.1 30/07/12: