SkillAgentSearch skills...

Logixlysia

🦊 Logixlysia is a logger for ElysiaJS

Install / Use

/learn @PunGrumpy/Logixlysia
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <h1><code>🦊</code> Logixlysia</h1> <strong>Logixlysia is a logging library for ElysiaJS</strong> <img src="https://github.com/PunGrumpy/logixlysia/blob/main/apps/docs/app/opengraph-image.png?raw=true" alt="Logixlysia" width="100%" height="auto" /> </div>

📩 Installation

bun add logixlysia

📝 Usage

import { Elysia } from 'elysia'
import logixlysia from 'logixlysia' // or import { logixlysia } from 'logixlysia'

const app = new Elysia({
    name: "Elysia with Logixlysia"
})
  .use(
    logixlysia({
      config: {
        service: 'api-server',
        showStartupMessage: true,
        startupMessageFormat: 'banner',
        showContextTree: true,
        contextDepth: 2,
        slowThreshold: 500,
        verySlowThreshold: 1000,
        timestamp: {
          translateTime: 'yyyy-mm-dd HH:MM:ss.SSS'
        },
        ip: true
        }
    }))
    .get('/', () => {
        return { message: 'Welcome to Basic Elysia with Logixlysia' }
    })
        
app.listen(3000)

📚 Documentation

Check out the website for more detailed documentation and examples.

📄 License

Licensed under the MIT License.

Related Skills

View on GitHub
GitHub Stars227
CategoryDevelopment
Updated11h ago
Forks8

Languages

TypeScript

Security Score

100/100

Audited on Apr 1, 2026

No findings