Skip to content

rill-js/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rill
@rill/logger
API stability Standard NPM version Downloads Gitter Chat

Isomorphic request logging for Rill. With colors!

<-- GET /
--> GET / 200 835ms 746b
<-- GET /
--> GET / 200 960ms 1.9kb
<-- GET /users
--> GET /users 200 357ms 922b
<-- GET /users?page=2
--> GET /users?page=2 200 466ms 4.66kb

Installation

npm install @rill/logger

Example

const app = require('rill')()
const logger = require('@rill/logger')

app.use(logger())

Options

{
  group: false // If true, will use console.group instead of log. (Shims in node)
}

Notes

Recommended that you .use() this middleware near the top to "wrap" all subsequent middleware.

Contributions

  • Use npm test to run tests.

Please feel free to create a PR!

About

⌨️ Logging middleware for Rill.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy