annotate CollidoscopeApp/include/Log.h @ 1:b5bcad8e7803

renamed teensy files added DeviceManageJack.cpp
author Fiore Martin <f.martin@qmul.ac.uk>
date Fri, 08 Jul 2016 11:39:18 +0200
parents 02467299402e
children 7fb593d53361
rev   line source
f@0 1 #pragma once
f@0 2
f@0 3
f@0 4
f@0 5 void logError( const std::string &errorMsg );
f@0 6
f@0 7
f@0 8 void logInfo( const std::string &infoMsg );