Skip to content

Commit f54e5ef

Browse files
authored
👨‍💻CODE BY 🕊️★⃝AJAY O S©️🧚‍♂️
👨‍💻CODE BY 🕊️★⃝AJAY O S©️🧚‍♂️
2 parents 015ad3d + c524243 commit f54e5ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install @ajayos/nodelogger
1111
First, import the module into your Node.js application:
1212

1313
```js
14-
const { createLogger, logger } = require('@ajayos/nodelogger');
14+
const { createLogger, logger, log } = require('@ajayos/nodelogger');
1515
```
1616
Then, start the logger with the desired configuration options:
1717

@@ -47,6 +47,12 @@ for Line
4747
```js
4848
logger()
4949
```
50+
51+
log without logger or without saveing
52+
53+
```js
54+
log('message')
55+
```
5056
## Configuration Options
5157
The following configuration options are available for the logger:
5258

0 commit comments

Comments
 (0)