magillus / flutter-fimber

Fimber is Flutter logger inspired by Timber (logger API for Android)
106 stars 22 forks source link

#83 Added Network socket logging via UDP and TCP #85

Closed magillus closed 3 years ago

magillus commented 4 years ago

Based on great suggestion of George #83 , added network logger into fimber_io.

UDP- always sent log entries, due to nature of UDP we never know if those were received TCP - establish connection on planting the 'Tree' and disconnects on removing it from Fimber. Issues: Unit tests never returns - TCP socket test probably holding the process

TODO:

note: Web version might be added later

magillus commented 3 years ago

I will create separate ticket to finish up TODO and release this version as (beta)