Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 488 Bytes

Uno.Extensions.Logging

A set of logging extensions for Microsoft.Extensions.Logging.

OSLogLoggerProvider

This logger is using the OSLog iOS API to log to the system log.

Usage example:

.AddProvider(new Uno.Extensions.Logging.OSLogLoggerProvider());

WebAssemblyConsoleLoggerProvider

This logger is using the browser's console javascript API

Usage example:

.AddProvider(new Uno.Extensions.Logging.WebAssembly.WebAssemblyConsoleLoggerProvider());