You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-15
Original file line number
Diff line number
Diff line change
@@ -13,24 +13,10 @@ Easy and lightweight console logging for your JavaScript and TypeScript projects
13
13
14
14
## Installation
15
15
16
-
Pnpm
17
-
18
16
```sh
19
17
pnpm add @slipmatio/logger
20
18
```
21
19
22
-
Yarn
23
-
24
-
```sh
25
-
yarn add @slipmatio/logger
26
-
```
27
-
28
-
Npm
29
-
30
-
```sh
31
-
npm install @slipmatio/logger
32
-
```
33
-
34
20
## Basic Usage
35
21
36
22
The easiest way to use this logger is to use the `useLogger` or `useVueLogger` helpers. The helpers are configured to print only errors in production and print all but debug messages in development mode unless called with `debug=true`. You can also set the logger `name` attribute. Both arguments are optional:
@@ -59,7 +45,7 @@ Vue logger uses a special logger function that pretty prints ref, reactive, and
0 commit comments