{"id":20518275,"url":"https://github.com/tricked-dev/deno-loki","last_synced_at":"2025-03-05T23:42:27.124Z","repository":{"id":62422546,"uuid":"460135733","full_name":"Tricked-dev/deno-loki","owner":"Tricked-dev","description":"Loki logger for deno!","archived":false,"fork":false,"pushed_at":"2022-02-27T13:19:42.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T18:46:05.580Z","etag":null,"topics":["logger","loki"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tricked-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"Tricked-dev"}},"created_at":"2022-02-16T18:50:05.000Z","updated_at":"2022-07-07T07:27:54.000Z","dependencies_parsed_at":"2022-11-01T17:32:50.714Z","dependency_job_id":null,"html_url":"https://github.com/Tricked-dev/deno-loki","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdeno-loki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdeno-loki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdeno-loki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fdeno-loki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tricked-dev","download_url":"https://codeload.github.com/Tricked-dev/deno-loki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242123190,"owners_count":20075344,"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","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":["logger","loki"],"created_at":"2024-11-15T21:39:21.353Z","updated_at":"2025-03-05T23:42:27.105Z","avatar_url":"https://github.com/Tricked-dev.png","language":"TypeScript","readme":"# Deno-Loki\n\n\n\na simple to use [Loki](https://grafana.com/oss/loki/) logger for deno\n\n\nPlease feel free to use the code in this project for your own projects this is more a example than anything useful\n\n```ts\nimport { LokiLogger } from 'https://deno.land/x/loki/mod.ts';\nlet logger = new LokiLogger(\n\t'http://localhost:3100',\n\t1,\n\t{\n\t\thost: 'localhost',\n\t\tjob: 'Deno!',\n\t},\n\t'TEXT'\n);\nlogger.info('Some info', { data: 'Some more info' });\nlogger.warm('Some info', { data: 'Some more info' });\nlogger.debug('Some info', { data: 'Some more info' });\nlogger.error('Some info', { data: 'Some more info' });\n```\n\n![img](images/NQz4MDp.png)\n","funding_links":["https://github.com/sponsors/Tricked-dev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fdeno-loki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftricked-dev%2Fdeno-loki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fdeno-loki/lists"}