Closed josephwilk closed 9 years ago
ofLog has lots of nice things to redirect the logging.
`` c++ ofSetLogLevel(OF_LOG_ERROR) ofLogToFile("errors.log", true);
`` c++
Rendering: 1. Editor buffer 2. Flash errors Probably both at somepoint
ofLog has lots of nice things to redirect the logging.
`` c++
ofSetLogLevel(OF_LOG_ERROR) ofLogToFile("errors.log", true);