Skip to content

pinojs/pino-bare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pino-bare

Pino for Bare & Pear.

npm i pino-bare

Usage

const logger = require('pino-bare')()

logger.info('hello world')

const child = logger.child({ a: 'property' })
child.info('hello child!')

See Pino Documentation.

License

Apache-2.0

About

super fast, all natural json logger on Bare & Pear

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •