From 5ac3f91752cacea24ef12f2422021041974932a8 Mon Sep 17 00:00:00 2001 From: Michael Flisar Date: Fri, 8 Nov 2024 11:16:53 +0100 Subject: [PATCH] docs --- documentation/docs/advanced/custom-logger.md | 2 -- documentation/docs/modules/composeviewer.md | 2 -- documentation/docs/modules/feedback.md | 2 -- documentation/docs/modules/notification.md | 2 -- documentation/docs/modules/viewer.md | 2 -- 5 files changed, 10 deletions(-) diff --git a/documentation/docs/advanced/custom-logger.md b/documentation/docs/advanced/custom-logger.md index ccd2245..fecb17c 100644 --- a/documentation/docs/advanced/custom-logger.md +++ b/documentation/docs/advanced/custom-logger.md @@ -2,8 +2,6 @@ icon: material/professional-hexagon --- -## Custom Logger - Either use the timber version and plug in your custom loggers into timber (*check out timber for that please*) or simply plug in a custom logger into lumberjack directly if you do not use the timber solution like following - all you need to do is implement a single function and then add your logger to `Lumberjack` (following example is the current `ConsoleLogger` implementation). ```kotlin diff --git a/documentation/docs/modules/composeviewer.md b/documentation/docs/modules/composeviewer.md index 8a1ba64..c966e96 100644 --- a/documentation/docs/modules/composeviewer.md +++ b/documentation/docs/modules/composeviewer.md @@ -2,8 +2,6 @@ icon: material/puzzle --- -## ComposeViewer Extension - !!! info If you use compose in your app you should use this viewer - it allows you to show log files directly inside your app. diff --git a/documentation/docs/modules/feedback.md b/documentation/docs/modules/feedback.md index ea754f3..ef9c7e4 100644 --- a/documentation/docs/modules/feedback.md +++ b/documentation/docs/modules/feedback.md @@ -2,8 +2,6 @@ icon: material/puzzle --- -## Feedback Extension - !!! note This extension does only support android! diff --git a/documentation/docs/modules/notification.md b/documentation/docs/modules/notification.md index b7c984f..1582f84 100644 --- a/documentation/docs/modules/notification.md +++ b/documentation/docs/modules/notification.md @@ -2,8 +2,6 @@ icon: material/puzzle --- -## Notification Extension - !!! note This extension does only support android! diff --git a/documentation/docs/modules/viewer.md b/documentation/docs/modules/viewer.md index 53e64d7..7300dcd 100644 --- a/documentation/docs/modules/viewer.md +++ b/documentation/docs/modules/viewer.md @@ -2,8 +2,6 @@ icon: material/puzzle --- -## Viewer Extension - !!! note This extension does only support android!