From 696176c98ccbc14bca4fdd6dec3d435ad17d7cc5 Mon Sep 17 00:00:00 2001 From: Alex Krall <74024547+alexkrall@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:43:02 -0400 Subject: [PATCH] Created logging section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e6110d7..f690da5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Inspired from [clean-code-javascript](https://github.com/ryanmcdermott/clean-cod - [Error Handling](#error-handling) - [Formatting](#formatting) - [Comments](#comments) +- [Logging](#logging) - [Translations](#translations) ## Introduction @@ -3022,6 +3023,12 @@ function getActiveSubscriptions(): Promise { } ``` +**[⬆ back to top](#table-of-contents)** + +## Logging + + + **[⬆ back to top](#table-of-contents)** ## Translations