create-evlog-framework-integration

Integrate evlog logging middleware into Express, Hono, Fastify, and Elysia frameworks.

8|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/daidr/irminsul --skill create-evlog-framework-integration-daidr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-evlog-framework-integration
Source: https://github.com/daidr/irminsul/tree/main/.agents/skills/create-evlog-framework-integration
Command: npx skills add https://github.com/daidr/irminsul --skill create-evlog-framework-integration-daidr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires express, hono, elysia, fastify, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating evlog logging middleware with various web frameworks, enabling automatic wide-event logging and structured error monitoring.

Core Features & Use Cases

  • Framework Integration: Adds middleware support for frameworks such as Hono, Express, Fastify, and Elysia.
  • Automated Logging: Ensures consistent event emission with minimal configuration.
  • Use Case: Developers can enhance observability of their applications by injecting structured logs seamlessly into request processing pipelines.

Quick Start

Use this Skill to add an evlog middleware to your web framework application by importing the package, registering the middleware, and accessing the logger in route handlers.

Frequently Asked Questions about create-evlog-framework-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add logging middleware to an Express or Hono web framework?

To add logging middleware to Express or Hono, you can use this Skill to integrate evlog, which injects structured event collection into your request processing pipeline. It modifies source code and updates configurations automatically.

What is evlog middleware integration for web frameworks?

evlog middleware integration enables automatic wide-event logging and structured error monitoring across web frameworks. It ensures consistent event emission with minimal configuration to improve application observability.

Does evlog middleware integration support Fastify and Elysia?

Yes, evlog middleware integration supports Fastify and Elysia. It facilitates consistent event collection across these specific web frameworks, requiring their respective SDK dependencies to register the middleware and access the logger.

How do I configure structured logging in a web framework using evlog?

You configure structured logging using evlog by importing the package, registering the middleware in your web framework application, and accessing the logger directly in your route handlers to emit consistent events.

Do I need specific SDK dependencies to set up evlog middleware?

Yes, you need specific framework SDK dependencies like express, hono, fastify, or elysia to set up evlog middleware. The Skill requires these packages to inject structured logs seamlessly into the request pipeline.