91f158e106
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
build | ||
src | ||
.azure-pipelines.yml | ||
.gitignore | ||
.mergify.yml | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
README.md | ||
SECURITY.md | ||
gitversion.yml |
README.md
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());