To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / CollidoscopeApp / include / Log.h @ 2:dd889fff8423

History | View | Annotate | Download (108 Bytes)

1
#pragma once 
2

    
3

    
4

    
5
void logError( const std::string &errorMsg );
6

    
7

    
8
void logInfo( const std::string &infoMsg );