1.1.1 • Published 1 month ago

logestic v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Logestic

npm version

An advanced and customisable logging library for ElysiaJS.

Table of Contents

Installation

Add the package to your Elysia Project via bun.

  bun add logestic

Note: You must have elysia@1.0 installed in your project.

Usage

There are two ways to add logging to your Elysia application. The quickest way to use this logger is using a preset.

import { Elysia } from 'elysia';
import { Logestic } from 'logestic';

const app = new Elysia()
  .use(Logestic.preset('common'))
  .get('/', () => "Hello from server")
  /* ... */
  .listen(3000, () => {
    console.log("Server is running on port 3000")
  });

These presets available to use.

Documentation

To view the full documentation, view the wiki.

Contributing Guidelines

See CONTRIBUTING.md

License

MIT

1.1.1

1 month ago

1.1.0

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago

1.0.0-alpha.6

2 months ago

1.0.0-alpha.5

2 months ago

1.0.0-alpha.4

2 months ago

1.0.0-alpha.3

2 months ago

1.0.0-alpha.2

2 months ago

1.0.0-alpha.1

2 months ago

0.5.0

2 months ago

0.4.0

2 months ago

0.5.2

2 months ago

0.5.1

2 months ago

0.3.0

2 months ago

0.2.0

2 months ago

0.1.0

2 months ago

0.1.1

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago