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

docs: Include factory exports in typedocs

FoxxMD (Mar 7, 2024, 1:11 PM EST) e5214c29 564076c0

+2 -1
+2 -1
typedoc.json
··· 2 2 "$schema": "https://typedoc.org/schema.json", 3 3 "name": "@foxxmd/logging Docs", 4 4 "entryPoints": [ 5 - "./src/index.ts" 5 + "./src/index.ts", 6 + "./src/factory.ts" 6 7 ], 7 8 "sort": ["source-order"], 8 9 "categorizeByGroup": false,