Skip to content

Instantly share code, notes, and snippets.

@paulvollmer
Created April 11, 2012 19:47
Show Gist options
  • Save paulvollmer/2361846 to your computer and use it in GitHub Desktop.
Save paulvollmer/2361846 to your computer and use it in GitHub Desktop.
ofLog file
// ofLog class
ofLogToFile("wng_"+ofGetTimestampString()+".log", true);
//ofLogToConsole();
ofSetLogLevel(OF_LOG_VERBOSE);
ofLog(OF_LOG_VERBOSE, "Start Logging.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment