Feature Request: NestJS integration
This logger is awesome, but I'd also like to see some sort of NestJS module like this one for pino. Unfortunately, trying to integrate tslog as an application-level logger in NestJS breaks the call site at this moment.
Oh, I would really like this.. +1
I don't really use NextJS, but if you could help me with that, we can definitely make it work in V4.
There is a new, completely rewritten version (4.0) which does not interfere with the call sites any more. Give it a go and let me know if that solves your problem:
-
npm i tslog@next -
and run it with
node --enable-source-mapsor for TypeScriptnode --enable-source-maps --experimental-specifier-resolution=node --no-warnings --loader ts-node/esm
Thank you.
V4 is released now, so I'm going to close this issue. Feel free to open a new one if V4 didn't solve it for you.
Here are the docs: tslog.js.org