A set of logging extensions for Microsoft.Extensions.Logging
.
This logger is using the OSLog
iOS API to log to the system log.
Usage example:
.AddProvider(new Uno.Extensions.Logging.OSLogLoggerProvider());
This logger is using the browser's console javascript API
Usage example:
.AddProvider(new Uno.Extensions.Logging.WebAssembly.WebAssemblyConsoleLoggerProvider());