GuillemCastro / rt-data

rt-data is a data acquisition framework for embedded and IoT systems
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Make Log a class to avoid collisions #5

Closed GuillemCastro closed 5 years ago

GuillemCastro commented 5 years ago

The idea is to rename the Log::logMessage method to Log::log but it would collision with the log() function from <cmath> as Log is now a namespace and log() is not a function, it is a preprocessor #define.