heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

UnityWebRequestAdapter doesn't write logs to ILogger #149

Open Milerael-Loghain opened 1 year ago

Milerael-Loghain commented 1 year ago

Hi! We've been using builtin Logger functionality to read info about our requests, and it worked great before we had to switch to UnityWebRequestAdapter in order to use https. Is it possible to make it log requests the same way as HttpRequestAdapter does? Would be very helpful!

lugehorsam commented 1 year ago

Hey @Milerael-Loghain absolutely -- we'd welcome any PRs that do this.