1.2.4 • Published 9 months ago

logestic v1.2.4

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

Logestic

npm version

Demo Documentation Changelog License

An advanced and customisable logging library for ElysiaJS.

Table of Contents

Installation

Add the package to your Elysia Project via bun.

  bun add logestic

Compatibility Matrix

Logestic VersionElysia VersionCompatible?
<= v1.2.0v1.0.9
v1.2.0 - v1.2.1v1.1.0
>= v1.2.2v1.1.3

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.

Contributing Guidelines

See CONTRIBUTING.md

1.2.4

9 months ago

1.2.0

1 year ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-alpha.6

1 year ago

1.0.0-alpha.5

1 year ago

1.0.0-alpha.4

1 year ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago