lil-logger
v1.0.2
Published
This is an example project to log HTTP requests to the console in node.
Downloads
7
Maintainers
Readme
Light Logger for Node
This is an example project to log HTTP requests to the console in node.
Require the Status Module
Require the module with:
const { status } = require('lil-logger')
Use the Status Module
Include the status function in your routes. Basic example: