How to use the symbols function from pino
Find comprehensive JavaScript pino.symbols code examples handpicked from public code repositorys.
GitHub: HUNGHOANGLE/DA-ECOMMECE
0 1 2 3 4 5 6 7 8 9 10 11
'use strict'; const Hoek = require('@hapi/hoek'); const pino = require('pino'); const { stdSerializers } = pino; const { serializersSym } = pino.symbols; const nullLogger = require('abstract-logging'); const levels = ['trace', 'debug', 'info', 'warn', 'error']; const levelTags = {
0
0
0
+ 2 other calls in file