{"id":15101817,"url":"https://github.com/luis-codex/lc-elysia-logger","last_synced_at":"2026-02-09T12:04:56.156Z","repository":{"id":199296767,"uuid":"702567716","full_name":"luis-codex/lc-elysia-logger","owner":"luis-codex","description":"Efficient Logging Middleware Designed for Elysia Web Framework","archived":false,"fork":false,"pushed_at":"2023-10-11T00:09:57.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T09:45:04.760Z","etag":null,"topics":["bun","bunjs","elysia","elysiajs","logger","logging","middleware","web"],"latest_commit_sha":null,"homepage":"https://npmjs.com/lc-elysia-logger","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luis-codex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-09T15:01:15.000Z","updated_at":"2023-10-10T10:24:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"20e6d30d-bf01-4f2b-93aa-13fbce84aa1a","html_url":"https://github.com/luis-codex/lc-elysia-logger","commit_stats":null,"previous_names":["luis-tenorio-code/lc-elysialogger","luis-tenorio-code/lc-elysia-logger","luis-codex/lc-elysia-logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luis-codex/lc-elysia-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis-codex%2Flc-elysia-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis-codex%2Flc-elysia-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis-codex%2Flc-elysia-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis-codex%2Flc-elysia-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luis-codex","download_url":"https://codeload.github.com/luis-codex/lc-elysia-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis-codex%2Flc-elysia-logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270033295,"owners_count":24515473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","bunjs","elysia","elysiajs","logger","logging","middleware","web"],"created_at":"2024-09-25T18:41:18.347Z","updated_at":"2026-02-09T12:04:55.918Z","avatar_url":"https://github.com/luis-codex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lc-elysia-logger\n\n## Installation\n\n```bash\nbun add lc-elysia-logger\n```\n\n## Usage\n\n```js\nimport { lcLogger } from 'lc-elysia-logger';\nimport { Elysia } from 'elysia';\n\nconst app = new Elysia()\n  .use(lcLogger())\n  .group('lc-elysia-logger', (api) =\u003e\n    api\n      .get('/', () =\u003e ({ message: 'API' }))\n      .post('/', () =\u003e ({ message: 'API' }))\n      .put('/', () =\u003e ({ message: 'API' }))\n      .delete('/', () =\u003e ({ message: 'API' }))\n      .patch('/', () =\u003e ({ message: 'API' }))\n      .options('/', () =\u003e ({ message: 'API' }))\n      .head('/', () =\u003e ({ message: 'API' }))\n  )  \n  .listen(3000);\n\nconsole.log(` - API is running at ${app.server?.hostname}:${app.server?.port}`);\n\n```\n\n## Result\n\n![Result logger](https://github.com/luis-tenorio-code/lc-elysia-logger/blob/master/example.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluis-codex%2Flc-elysia-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluis-codex%2Flc-elysia-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluis-codex%2Flc-elysia-logger/lists"}