Show HN: Loglayer: A fluid logging interface for JavaScript loggers This has been in use on our production systems for around two years now at Switchboard ( https://switchboard.app ). The problem we had was that we were using two different logging libs for our frontend and backend at the time, and the API for the logging libs were not compatible with each other. Loglayer was designed to wrap around popular JS logging libraries where you can swap out any underlying library without re-writing your log entries to adapt to the new library. One common example is with just plain console as a starting integration, but later swapping to a logging library like Winston once you've nailed down which JS logging lib fits your use-case. It also provides a fluid API that standardizes how one should feed errors and set context and metadata. This means regardless of the underlying logging library used, developers use the same API to write logs throughout. log .withMetadata({ some: 'data'}) .withError(new Error('test')) .info('my message') With this release, I added a plugin system allowing you to manipulate data before it is shipped to the underlying JS logger). https://ift.tt/oxpZmR4 May 10, 2024 at 12:15AM
Show HN: Loglayer: A fluid logging interface for JavaScript loggers https://ift.tt/AgMxfSO
Related Articles
Show HN: Cloudgenda – Membership management platform for social organizations https://ift.tt/bJsZwAWShow HN: Cloudgenda – Membership management platform for social organi… Read More
Show HN: Admin AI – follow up emails, notes and CRM updates from recorded call https://ift.tt/p7jCZwRShow HN: Admin AI – follow up emails, notes and CRM updates from recor… Read More
Show HN: Building a 42-inch E-Ink frame for generative art https://ift.tt/QmTGfxtShow HN: Building a 42-inch E-Ink frame for generative art https://ift… Read More
Show HN: A lightweight open-source web analytics for webdevs https://ift.tt/JobW2k6Show HN: A lightweight open-source web analytics for webdevs I wanted … Read More
Show HN: AI puzzle game using Stable Diffusion AI images https://ift.tt/dSgVuM5Show HN: AI puzzle game using Stable Diffusion AI images I liked the c… Read More
Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/7Mfub6HShow HN: Obligator – An OpenID Connect server for self-hosters https:/… Read More
Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds https://ift.tt/uyz0YVrShow HN: Mockup Generator – Create Free Bulk Mockups in Seconds Hello … Read More
Show HN: Pebble Finance – Explain https://ift.tt/dSTuEoPShow HN: Pebble Finance – Explain Show HN: Pebble Finance - Explain He… Read More
0 Comments: