Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
renan628 committed Nov 4, 2024
1 parent bcb15da commit 0fb3f26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ This package provides the following implementations:
A logger that prepends a prefix to all log messages.
- [InMemoryLogger](src/inMemoryLogger.ts)
A logger that stores all log messages in memory.
- [MultiLogger](src/multiLogger.ts)
A logger that sends logs to multiple loggers.
- [FilteredLogger](src/filteredLogger.ts)
A logger that filters logs according to log level.

## Utilities

Expand Down

0 comments on commit 0fb3f26

Please sign in to comment.