{"id":13800900,"url":"https://github.com/dpmland/dlog","last_synced_at":"2025-10-11T07:36:39.418Z","repository":{"id":62422463,"uuid":"448682865","full_name":"dpmland/dlog","owner":"dpmland","description":"A minimal logger with icons and file logging support","archived":false,"fork":false,"pushed_at":"2022-03-19T01:55:59.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T01:07:50.730Z","etag":null,"topics":["deno","deno-module","javascript","library","logging","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/dlog2","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpmland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-16T21:56:18.000Z","updated_at":"2024-09-30T13:22:58.000Z","dependencies_parsed_at":"2022-11-01T17:33:10.465Z","dependency_job_id":null,"html_url":"https://github.com/dpmland/dlog","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fdlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fdlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fdlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpmland%2Fdlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpmland","download_url":"https://codeload.github.com/dpmland/dlog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241101664,"owners_count":19909943,"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":["deno","deno-module","javascript","library","logging","typescript"],"created_at":"2024-08-04T00:01:17.456Z","updated_at":"2025-10-11T07:36:34.361Z","avatar_url":"https://github.com/dpmland.png","language":"TypeScript","readme":"\u003cimg src=\"https://avatars.githubusercontent.com/u/97813425\" align=\"right\" alt=\"Dpm Logo\" width=\"100\"\u003e\n\n## Dpm - Dlog :sauropod:\n\n[![Discord](https://img.shields.io/discord/932381618851692565?label=Discord\u0026logo=discord\u0026logoColor=white)](https://discord.gg/Um27YPJKud)\n[![Twitter](https://img.shields.io/twitter/follow/dpm_land?label=Dpm%20Land\u0026style=social)](https://twitter.com/intent/follow?screen_name=dpm_land)\n[![GitHub license](https://img.shields.io/github/license/dpmland/dlog?label=License)](./LICENSE)\n![Github Workflow](https://img.shields.io/github/workflow/status/dpmland/dlog/CI)\n\nThis is a simple logger based on [glogger](https://github.com/grian32/glogger) repository\nand improve some features\n\n## Usage :computer:\n\nBasic logging out:\n\n```ts\nimport { Dlog } from 'https://deno.land/x/dlog2@2.0/classic.ts'; // Classic version with the classic out!\nimport { Dlog } from 'https://deno.land/x/dlog2@2.0/mini.ts'; // Mini version the same features of classic but with a minimalist out!\n\nconst logger = new Dlog('Test Dlog');\n\nlogger.info('helloooo from info');\nlogger.warn('helloooo from warn');\nlogger.error('helloooo from error');\nlogger.debug('helloooo from debug');\n```\n\nFile log support\n\n```ts\nimport { Dlog } from 'https://deno.land/x/dlog2@2.0/classic.ts'; // Classic version with the classic out!\nimport { Dlog } from 'https://deno.land/x/dlog2@2.0/mini.ts'; // Mini version the same features of classic but with a minimalist out!\n\nconst logger = new Dlog('Test Dlog', true, './test');\n\nlogger.info('helloooooo');\n```\n\n---\n\nMade with :heart: in :earth_americas:\n","funding_links":[],"categories":["Modules","模块精选"],"sub_categories":["Logging","日志记录"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpmland%2Fdlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpmland%2Fdlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpmland%2Fdlog/lists"}