mirror of
https://github.com/labs42io/clean-code-typescript.git
synced 2025-04-18 15:13:34 +00:00
Created logging section
This commit is contained in:
parent
0fa4d85d42
commit
696176c98c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue