1.1.1 • Published 7 months ago

@tqman/nice-logger v1.1.1

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

7 months ago

1.1.0

7 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.2

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

11 months ago

1.0.0

11 months ago