1.1.1 • Published 11 months ago

@tqman/nice-logger v1.1.1

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

11 months ago

1.1.0

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.2

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago