Set of loggers compatible with Microsoft.Extensions.Logging. Provides an OSLog logger, and a browser console WebAssembly logger
Перейти к файлу
dependabot[bot] 8a68b11510
build(deps): Bump Uno.Foundation.Runtime.WebAssembly
Bumps [Uno.Foundation.Runtime.WebAssembly](https://github.com/unoplatform/uno) from 3.3.0 to 4.7.44.
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

---
updated-dependencies:
- dependency-name: Uno.Foundation.Runtime.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 02:38:29 +00:00
.github Upgrade to GitHub-native Dependabot (#9) 2021-04-29 20:22:33 -04:00
build fix: Force include android/macOS targets to avoid cross-targeting restore issues (#38) 2022-05-21 22:24:07 -04:00
src build(deps): Bump Uno.Foundation.Runtime.WebAssembly 2023-02-27 02:38:29 +00:00
.azure-pipelines.yml ci: Bump to net6 mobile rc3 (#37) 2022-05-12 10:45:06 -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());