Skip to content
Nishant Aanjaney Jalan edited this page May 27, 2024 · 9 revisions

Welcome to the Logestic wiki!

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.

Installation

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.

Usage

There are two ways you can add logging to your project.

  1. Creating a logger by configuration.
  2. Using a preset.

Contributors

Clone this wiki locally