UNPKG

pino

Version:

super fast, all natural json logger

11 lines (6 loc) 409 B
'use strict' const warning = require('process-warning')() module.exports = warning const warnName = 'PinoWarning' warning.create(warnName, 'PINODEP008', 'prettyPrint is deprecated, look at https://github.com/pinojs/pino-pretty for alternatives.') warning.create(warnName, 'PINODEP009', 'The use of pino.final is discouraged in Node.js v14+ and not required. It will be removed in the next major version')