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

check if logs exist #19

Open frankhasen opened 2 years ago

frankhasen commented 2 years ago

Hi, how would I check if logs are existing? I see the export file and i see a txt file deleted in /private/var/mobile/Containers/Data/Application/30869F15-796E-48E5-AD36-7BXXX0BE8D3/Library/Application%20Support/Logs/Log-2022-01.txt on iOS when I call FlutterLogs.clearLogs(); What is the recommended way to check if logs are there at all?