Skip to content

Commit e73b28f

Browse files
committed
docs: add logging stubs
1 parent 4219b08 commit e73b28f

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
uid: Plugins.Logging.Firebase
3+
---
4+
5+
# Firebase
6+
7+
Coming Soon.
8+
9+
> [!NOTE]
10+
> 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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
uid: Plugins.Logging.Kochava
3+
---
4+
5+
# Kochava
6+
7+
Coming Soon
8+
9+
> [!NOTE]
10+
> 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.

docs/plugins/logging/providers/toc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
href: console.md
55
- name: Debug
66
href: debug.md
7+
- name: Firebase
8+
href: firebase.md
79
- name: Graylog
810
href: gelf.md
11+
- name: Kochava
12+
href: kochava.md
913
- name: Raygun
1014
href: raygun.md
15+
- naem: Sentry
16+
href: sentry.md
1117
- name: Unit Testing
1218
href: testing.md
1319
- name: Xunit

0 commit comments

Comments
 (0)