UNPKG

@rasla/logify

Version:

A lightweight, flexible, and easy-to-use logging middleware for Elysia.js applications

5 lines (4 loc) 171 B
export { debug, error, getLogger, info, initializeLogger, warn, } from "./global-logger"; export * from "./logger"; export * from "./middleware"; export * from "./types";