uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

How to have log into a file?

Open nickrandolph opened this issue 1 year ago • 0 comments

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?

nickrandolph avatar Jul 30 '24 02:07 nickrandolph