aim_server_logger
HTTP logging middleware for the Aim framework.
Overview
aim_server_logger provides HTTP request/response logging for the Aim framework. It logs method, path, status code, and response time with customizable onRequest and onResponse callbacks. Easy integration with custom logging systems. Inspired by Hono's logger middleware.
Installation
dependencies:
aim_server: ^0.0.6
aim_server_logger: ^0.0.1
Documentation
For detailed usage, examples, and API reference, see the documentation.