Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Feb 26, 2024
1 parent 5255265 commit beca26b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,22 @@ Easy and customizable logging for your apps.
* Ability to pass a context for each log event
* Ability to set a default context for log events
* Use of standards logging levels (debug, info, warning, error, fatal)
* TypeScript declarations ♥

## Sandbox

Play with the lib here:
https://codesandbox.io/s/jalik-logger-default-example-75o5hx

## Installing

```shell
npm i -P @jalik/logger
```
```shell
yarn add @jalik/logger
```

## Creating a logger

```js
Expand Down

0 comments on commit beca26b

Please sign in to comment.