MCPcopy Index your code
hub / github.com/cybercoder-naj/logestic

github.com/cybercoder-naj/logestic @v1.2.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.4 ↗ · + Follow
26 symbols 74 edges 9 files 8 documented · 31%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Logestic

npm version

DemoDocumentationChangelogLicense

An advanced and customisable logging library for ElysiaJS.

fancy preset

= v1.2.2 | v1.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

Core symbols most depended-on inside this repo

use
called by 9
src/index.ts
log
called by 9
src/index.ts
colourLogType
called by 7
src/utils.ts
format
called by 3
src/index.ts
_use
called by 2
src/index.ts
preset
called by 2
src/index.ts
getDateTimeString
called by 2
src/presets/fancy.ts
setDest
called by 1
src/index.ts

Shape

Method 13
Function 11
Class 2

Languages

TypeScript100%

Modules by API surface

src/index.ts15 symbols
src/utils.ts3 symbols
src/presets/fancy.ts3 symbols
src/presets/commontz.ts2 symbols
src/presets/common.ts2 symbols
src/presets/index.ts1 symbols

For agents

$ claude mcp add logestic \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact