[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: Missing exports

FoxxMD (Mar 8, 2024, 11:57 AM EST) 6ac3f1b6 e677a931

+4 -2
+4 -2
src/index.ts
··· 6 6 isLogOptions, 7 7 LogData, 8 8 LogLevel, 9 - LOG_LEVELS 9 + LOG_LEVELS, 10 + LoggerAppExtras 10 11 } from './types.js' 11 12 12 13 import { ··· 22 23 LogOptions, 23 24 LogData, 24 25 LogLevel, 25 - LOG_LEVELS 26 + LoggerAppExtras 26 27 } 27 28 28 29 export { ··· 30 31 loggerAppRolling, 31 32 loggerDebug, 32 33 loggerTest, 34 + LOG_LEVELS, 33 35 childLogger, 34 36 parseLogOptions, 35 37 isLogOptions