Skip to content

Set of loggers compatible with Microsoft.Extensions.Logging. Provides an OSLog logger, and a browser console WebAssembly logger

License

Notifications You must be signed in to change notification settings

unoplatform/uno.extensions.logging

Repository files navigation

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());

About

Set of loggers compatible with Microsoft.Extensions.Logging. Provides an OSLog logger, and a browser console WebAssembly logger

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks