{"id":37053567,"url":"https://github.com/blqw/blqw.logging","last_synced_at":"2026-01-14T06:02:16.169Z","repository":{"id":87119041,"uuid":"144535184","full_name":"blqw/blqw.Logging","owner":"blqw","description":"基于 Standard 2.0 的日志组件","archived":false,"fork":false,"pushed_at":"2018-09-05T11:52:56.000Z","size":47,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T22:05:27.356Z","etag":null,"topics":["csharp","dotnet","logging","standard"],"latest_commit_sha":null,"homepage":"","language":"C#","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/blqw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-08-13T05:53:27.000Z","updated_at":"2024-04-11T13:41:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"996c1704-fe0d-4010-9847-0de9496583f4","html_url":"https://github.com/blqw/blqw.Logging","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/blqw/blqw.Logging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blqw%2Fblqw.Logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blqw%2Fblqw.Logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blqw%2Fblqw.Logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blqw%2Fblqw.Logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blqw","download_url":"https://codeload.github.com/blqw/blqw.Logging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blqw%2Fblqw.Logging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","dotnet","logging","standard"],"created_at":"2026-01-14T06:02:15.440Z","updated_at":"2026-01-14T06:02:16.135Z","avatar_url":"https://github.com/blqw.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# blqw.Logging\n日志框架([`Microsoft.Extensions.Logging`](https://www.baidu.com/s?ie=UTF-8\u0026wd=Microsoft.Extensions.Logging))拓展功能\n\n[blogs](https://www.jianshu.com/p/e01af9fa77e8)\n## Demo\n```\nusing blqw.Logging;\nusing Microsoft.Extensions.DependencyInjection;\nusing Microsoft.Extensions.Logging;\nusing System.Diagnostics;\n\nnamespace Demo\n{\n    class Program\n    {\n        static void Main(string[] args)\n        {\n            var log = new ServiceCollection()\n                .AddLogging(x =\u003e x.SetMinimumLevel(0))\n                .BuildServiceProvider()\n                .AddConsoleLogger()\n                .TraceListenerToLogger()\n                .GetLogger\u003cProgram\u003e();\n            log.Debug(\"xxxxx\");\n            Trace.WriteLine(\"yyyyy\");\n        }\n    }\n}\n```\n\n\u003e 2018-08-27 15:38:41.940 【Debug】 xxxxx (Program.Main:18)  \n\u003e 2018-08-27 15:38:42.139 【Trace】 yyyyy (System.Diagnostics.TraceListener)  \n## 更新说明 \n\n#### [1.0.1] 2018.09.01\n* 调整代码\n\n#### [1.0.0] 2018.08.27\n* 更新说明","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblqw%2Fblqw.logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblqw%2Fblqw.logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblqw%2Fblqw.logging/lists"}