[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.

logging / .gitignore
166 B 14 lines
1**/src/**/*.map 2**/src/**/*.js 3**/src/**/*.d.ts 4**/tests/**/*.map 5**/tests/**/*.js 6**/tests/**/*.d.ts 7node_modules/ 8/.idea 9/docs 10.tshy 11.tshy-build-tmp 12dist 13tmp-* 14.env