MetroLog icon indicating copy to clipboard operation
MetroLog copied to clipboard

A lightweight logging system targeting .Net 6 and beyond.

Results 11 MetroLog issues
Sort by recently updated
recently updated
newest added

Does it make sense to somehow enable the shake to show the logs without having to instantiate the `LogController`? Maybe together with the navigation setup it can be a `builder.ConfigureMetroLog()`...

enhancement

I've noticed when running Debug builds that each enabled logger is sending its output to the Output window in Visual Studio. So you end with double or multiple of the...

It seams that default MetroLogPage doesn't bind to defined PopPageFunction delegate in InitializeNavigation.

bug

see https://github.com/roubachof/MetroLog/discussions/21

enhancement

Hi, Is it possible to disable (file)logging at runtime? For performance reasons, we only want to enable logging on-demand. Thanks!

In https://github.com/roubachof/MetroLog/blob/main/README.md, I believe all 5 occurrences of "Dowload" need to be replaced with "Download" (inserted an "n" between "w" and "l"): 1. Line # 71: `public async Task DowloadAsync()`...

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...

HI, thank you for this component. I have a question. I have the MetroLog in my `NET8` `MAUI` app. I have configured the app following your documentation. When the log...

After recording a `dotnet-trace` of my app to see what I can optimize I noticed that MetroLog is taking huge amount of time on `CreateaMauiApp` ![image](https://github.com/user-attachments/assets/000557b1-a8c4-4efb-9fe9-a53b5e0010a3) Full speedscope [maui-app_20241101_133832.speedscope.json](https://github.com/user-attachments/files/17599980/maui-app_20241101_133832.speedscope.json) Main...

HI, I like this component for generating logs. I was think if there is a function to attach the log file to an email directly from the component itself without...