Created logging section

This commit is contained in:
Alex Krall 2023-06-05 14:43:02 -04:00 committed by GitHub
parent 0fa4d85d42
commit 696176c98c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<Subscription[]> {
}
```
**[ back to top](#table-of-contents)**
## Logging
**[ back to top](#table-of-contents)**
## Translations