diff --git a/docs/plugins/logging/providers/firebase.md b/docs/plugins/logging/providers/firebase.md new file mode 100644 index 0000000..bedd11c --- /dev/null +++ b/docs/plugins/logging/providers/firebase.md @@ -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. diff --git a/docs/plugins/logging/providers/kochava.md b/docs/plugins/logging/providers/kochava.md new file mode 100644 index 0000000..da845cc --- /dev/null +++ b/docs/plugins/logging/providers/kochava.md @@ -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. diff --git a/docs/plugins/logging/providers/toc.yml b/docs/plugins/logging/providers/toc.yml index 569af85..1b286fe 100644 --- a/docs/plugins/logging/providers/toc.yml +++ b/docs/plugins/logging/providers/toc.yml @@ -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