umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
39 stars 28 forks source link

Offer millisecond resolution timestamp #29

Closed MrCsabaToth closed 2 years ago

MrCsabaToth commented 2 years ago

The current timestamps offer only second resolution, I need millisecond resolution. Fortunately 10 month ago PLogs got a new TIME_FORMAT_READABLE_2 which has milliseconds: https://github.com/umair13adil/RxLogs/blob/master/plog/src/main/java/com/blackbox/plog/pLogs/formatter/TimeStampFormat.kt

umair13adil commented 2 years ago

@MrCsabaToth I will enable this in the next release of the plugin.