Ben
Ben3w ago

Which logger do you use?

I've been exploring deno on one of my side projects. I'm quite in love with it! But I am struggling with finding a good logger library. Using pino gave me some errors and the @deno-library/logger ist far to light weight for my preference. Do you have any recommendations for some more log levels, remote logging would be great and also the ability to hook into the logger to write the logs to an additional output. Thanks
3 Replies
tzador
tzador3w ago
JSR
@logtape/logtape - JSR
@logtape/logtape on JSR: Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers
Leokuma
Leokuma3w ago
GitHub
GitHub - onjara/optic: A powerful logging framework for Deno
A powerful logging framework for Deno. Contribute to onjara/optic development by creating an account on GitHub.
m4rc3l05
m4rc3l052w ago
using @std/log, still not stable yet but no complains so far

Did you find this page helpful?