UNPKG

pino

Version:

super fast, all natural json logger

10 lines (8 loc) 189 B
'use strict' const pino = require('../..') const transport = pino.transport({ target: 'pino/file', options: { destination: '1' } }) const logger = pino(transport) logger.info('Hello')