8000 GitHub - DubonYaar/logysia: Logysia is a logging library for the Elysia Web Framework for Bun (JS/TS).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DubonYaar/logysia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logysia

A logging middleware for the Elysia web framework. Developed with Bun.

Installation

bun add @grotto/logysia

Usage/Examples

import {logger} from '@grotto/logysia';
import { Elysia } from "elysia";


if (import.meta.main) {
    const app = new Elysia()
        .use(logger())
        .get("/", ctx => "Hello, world!");
}

About

Logysia is a logging library for the Elysia Web Framework for Bun (JS/TS).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0