chadnickbok / librtcdcpp

A simple WebRTC DataChannels library
BSD 3-Clause "New" or "Revised" License
158 stars 41 forks source link

Logging Improvements #16

Closed gegles closed 7 years ago

gegles commented 7 years ago
gegles commented 7 years ago

Will do. Thanks @gabime! That's quite the "customer" service (or should I say community service)!

gabime commented 7 years ago

@gegles :+1 Those macros translate to empty statements in spdlog by default. To turn them on in debug builds you'd need to define 'SPDLOG_TRACE_ON' and 'SPDLOG_DEBUG_ON' before including spdlog.h