josephwilk / shaderview

Light show for live coding
MIT License
78 stars 1 forks source link

[Feature] Capture log to file and show in editor mode #3

Closed josephwilk closed 9 years ago

josephwilk commented 9 years ago

ofLog has lots of nice things to redirect the logging.

`` c++ ofSetLogLevel(OF_LOG_ERROR) ofLogToFile("errors.log", true);



Rendering:
1. Editor buffer
2. Flash errors

Probably both at somepoint