uno.extensions
uno.extensions copied to clipboard
How to have log into a file?
Discussed in https://github.com/unoplatform/uno.extensions/discussions/2477
Originally posted by ArchieCoder July 30, 2024 In the default Uno template App.xaml.cs, there is the following line:
.UseSerilog(consoleLoggingEnabled: true, fileLoggingEnabled: true)
The flag fileLoggingEnabled=true does not seem to do anything. Is it a bug or is there a configuration missing?