1.1.1 • Published 8 months ago

@tqman/nice-logger v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

1.1.0

8 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.2

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

12 months ago

1.0.0

12 months ago