Set of loggers compatible with Microsoft.Extensions.Logging. Provides an OSLog logger, and a browser console WebAssembly logger
Перейти к файлу
dependabot[bot] 91f158e106
build(deps): Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1
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>
2021-11-15 01:16:26 +00:00
.github Upgrade to GitHub-native Dependabot (#9) 2021-04-29 20:22:33 -04:00
build ci: Initial sources 2020-12-20 22:20:26 -05:00
src build(deps): Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 2021-11-15 01:16:26 +00:00
.azure-pipelines.yml build(deps): Bump DotNet.ReproducibleBuilds from 0.1.64 to 0.1.66 (#19) 2021-08-02 12:34:23 -04:00
.gitignore Initial commit 2020-12-20 21:08:26 -05:00
.mergify.yml Initial commit 2020-12-20 21:08:26 -05:00
CODE_OF_CONDUCT.md Initial commit 2020-12-20 21:08:26 -05:00
LICENSE.md Initial commit 2020-12-20 21:08:26 -05:00
README.md Dev/jela/ci update (#3) 2020-12-20 22:56:42 -05:00
SECURITY.md Initial commit 2020-12-20 21:08:26 -05:00
gitversion.yml Fix logging loop (#13) 2021-06-07 07:50:28 -04:00

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