serilog-sinks-xamarin
serilog-sinks-xamarin copied to clipboard
A Serilog sink that writes events to Xamarin mobile targets
***Note*: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/serilog . This repository's issues are reserved for feature requests and bug reports.** **Do you want to request a *feature* or report...
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** Bug fix, docs update **What is the current behavior? (You can also link to an open...
This bug is in the nitpick category. Most recently observed in Serial.Sinks.Xamarin 1.0.0. In src/Serilog.Sinks.Xamarin/Sinks/Xamarin/android/LoggerConfigurationXamarinExtensions.cs, the default output template is: const string DefaultAndroidLogOutputTemplate = "[{Level}] {Message:l{NewLine:l}{Exception:l}"; The above does not...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Only supports NSLog on iOS **What is the motivation / use case for...