-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Nishant Aanjaney Jalan edited this page May 27, 2024
·
9 revisions
An advanced and customisable logging library for ElysiaJS. These Wiki pages will contain everything you need to know about this library as the single source of truth.
This project strictly uses bun and you must add logestic
to your project with
bun add logestic
Your project must have Elysia installed. The Elysia version must be >=1.0.0.
There are two ways you can add logging to your project.
- Creating a logger by configuration.
- Using a preset.
- @cybercoder-naj
- @fecony (For suggesting solution to type-safety)
- @suryavirkapur