From e73b28f49570c725a4b76786999c7631fd57f702 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Wed, 30 Oct 2024 11:43:35 -0600 Subject: [PATCH] docs: add logging stubs --- docs/plugins/logging/providers/firebase.md | 10 ++++++++++ docs/plugins/logging/providers/kochava.md | 10 ++++++++++ docs/plugins/logging/providers/toc.yml | 6 ++++++ 3 files changed, 26 insertions(+) create mode 100644 docs/plugins/logging/providers/firebase.md create mode 100644 docs/plugins/logging/providers/kochava.md 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