nefarius / DsHidMini

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
https://docs.nefarius.at/projects/DsHidMini/
BSD 3-Clause "New" or "Revised" License
1.2k stars 53 forks source link

Replace spdlog with OTEL Logger #362

Closed nefarius closed 4 months ago

nefarius commented 4 months ago

Having OTEL available, it can be used for logging as well. This way logging would only be built in the OTEL-enabled build and we get rid of another dependency.