f@0: #pragma once f@0: f@0: f@3: /** f@3: * Utility function to log errors using the cinder::log library. f@3: * Errors are logged to collidoscope_error.log file. f@3: * f@3: */ f@0: void logError( const std::string &errorMsg ); f@0: f@0: f@3: /** f@3: * Utility function to log info using the cinder::log library. f@3: * Errors are logged to the terminal. Used only for debugging. f@3: * f@3: */ f@3: void logInfo( const std::string &infoMsg );