Mercurial > hg > opencollidoscope
view CollidoscopeApp/include/Log.h @ 3:7fb593d53361
added comments
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Tue, 12 Jul 2016 18:29:38 +0200 |
parents | 02467299402e |
children | 75b744078d66 |
line wrap: on
line source
#pragma once /** * Utility function to log errors using the cinder::log library. * Errors are logged to collidoscope_error.log file. * */ void logError( const std::string &errorMsg ); /** * Utility function to log info using the cinder::log library. * Errors are logged to the terminal. Used only for debugging. * */ void logInfo( const std::string &infoMsg );