Skip to content

Commit

Permalink
docs: add logging stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 30, 2024
1 parent 4219b08 commit e73b28f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/plugins/logging/providers/firebase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
uid: Plugins.Logging.Firebase
---

# Firebase

Coming Soon.

> [!NOTE]
> Due to the platform restrictions of Firebase this is only brought in for Android. The AddProvider method is perfectly safe to use across any platform as the Firebase dependencies aren't referenced on outside of the Android runtime and is not actually registered with the container.
10 changes: 10 additions & 0 deletions docs/plugins/logging/providers/kochava.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
uid: Plugins.Logging.Kochava
---

# Kochava

Coming Soon

> [!NOTE]
> Due to the platform restrictions of Kochava this is only brought in for Android, iOS, & MacCatalyst. The AddProvider method is perfectly safe to use across any platform as the Kochava dependency isn't referenced on outside of those runtimes and is not actually registered with the container.
6 changes: 6 additions & 0 deletions docs/plugins/logging/providers/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
href: console.md
- name: Debug
href: debug.md
- name: Firebase
href: firebase.md
- name: Graylog
href: gelf.md
- name: Kochava
href: kochava.md
- name: Raygun
href: raygun.md
- naem: Sentry
href: sentry.md
- name: Unit Testing
href: testing.md
- name: Xunit
Expand Down

0 comments on commit e73b28f

Please sign in to comment.