1.1.1 • Published 9 months ago

@tqman/nice-logger v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Logo

Downloads NPM Version GitHub Workflow Status License

🚀 Installation

bun add @tqman/nice-logger

📃 Usage

import Elysia from "elysia";
import { logger } from "@tqman/nice-logger";

const app = new Elysia()
  .use(logger({
    mode: "live", // "live" or "combined" (default: "combined")
  }));
  .get("/", "Hello via Elysia!")
  .listen(3000);

🍰 Showcase

Some projects using @tqman/nice-logger

🍀 Show your Support

Give a ⭐️ if this project helped you!

1.1.1

9 months ago

1.1.0

9 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.2

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago