[READ-ONLY] Mirror of https://github.com/FoxxMD/logging. A typed, opinionated, batteries-included, Pino-based logging solution for backend TS/JS projects foxxmd.github.io/logging
child-logger logging logging-library nodejs pinojs typescript-library
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Remove unused variable in runkit example

FoxxMD (Mar 11, 2024, 3:25 PM EDT) 02473a99 c17163b2

-1
-1
example/runkit.js
··· 1 1 const logging = require('@foxxmd/logging'); 2 2 3 3 const {childLogger, loggerApp, loggerDebug} = logging; 4 - const {ErrorWithCause} = ec; 5 4 6 5 const initLogger = childLogger(loggerDebug, 'Init'); 7 6 initLogger.info('Initializing Application -> v1.3.1');