kalwalt / webarkit-jsfeat-cpp

c++ jsfeat version
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Develop a new log system #3

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

Instead of using the standard outptut (C++ cout or C printf) we could use our internal Log system. The idea is to implement a simple class as WebARKitLog or ARLog

kalwalt commented 2 years ago

I implemented a simple log system with PR #7