Nheko-Reborn / mtxclient

Client API library for Matrix, built on top of libcurl
MIT License
40 stars 25 forks source link

Add logger to spdlog's registry #106

Open foresto opened 4 months ago

foresto commented 4 months ago

As discussed here, mtxclient should register its logger with spdlog in order for Nheko's per-component log settings to work on the mtx component.

A quick search of today's mtxclient code doesn't yield any hits for spdlog::register_logger(), and nheko -l off,mtx=trace doesn't produce any output, so I guess it still needs doing.