-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there append mode? #44
Comments
If you use stream file all logs will be retained for a specific duration (option). Then use the share button or the get compressed logs to get the zipped logs |
Thanks @roubachof I am testing Log on Android 14 with Maui App with MetroLog.Maui nuget 2.1.0 I did all the things mentioned in ReadMe for Maui configuration public static class MauiProgram
} In App constructor I could view, share log as zip everything works fine, but for that instance of App. Am I missing something? |
OK. I got it. Though it is not displayed on screen, it is appended in file and I can see it when I download it. One small question. How can I clear the log, without clearing App Cache? Thanks |
Just delete the folder |
If I am using .AddStreamingFileLogger( Which folder I have to delete from Android Device? |
Dude you are literally quoting the folder you need to delete |
The log works fine when App is active. Properly displayed.
When App is closed (or crashed) , a new log is created on opening the App again.
Is there Append mode in the logger so that previous log automatically get saved.
If above is possible, is there way to clear the log.
Thanks
The text was updated successfully, but these errors were encountered: