{"id":24844640,"url":"https://github.com/ghost1face/beyondtech-extensions-logging","last_synced_at":"2025-03-26T08:18:26.812Z","repository":{"id":39879548,"uuid":"495482972","full_name":"ghost1face/beyondtech-extensions-logging","owner":"ghost1face","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-02T01:34:28.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T00:35:00.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghost1face.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-23T16:08:57.000Z","updated_at":"2022-05-24T01:25:00.000Z","dependencies_parsed_at":"2022-09-05T11:22:09.367Z","dependency_job_id":null,"html_url":"https://github.com/ghost1face/beyondtech-extensions-logging","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/ghost1face%2Fbeyondtech-extensions-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghost1face%2Fbeyondtech-extensions-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghost1face%2Fbeyondtech-extensions-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghost1face%2Fbeyondtech-extensions-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghost1face","download_url":"https://codeload.github.com/ghost1face/beyondtech-extensions-logging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615025,"owners_count":20644378,"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":[],"created_at":"2025-01-31T09:31:26.612Z","updated_at":"2025-03-26T08:18:26.790Z","avatar_url":"https://github.com/ghost1face.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeyondTech Logging Extensions\n\nExtensions for Microsoft's `ILogger` for common use cases.\n\n## BeyondTech.Extensions.Logging.Timing \n[![.NET Actions Status](https://github.com/ghost1face/beyondtech-extensions-logging/workflows/.NET/badge.svg?branch=master)](https://github.com/ghost1face/beyondtech-extensions-logging/actions) [![Coverage Status](https://coveralls.io/repos/github/ghost1face/beyondtech-extensions-logging/badge.svg?branch=master)](https://coveralls.io/github/ghost1face/beyondtech-extensions-logging?branch=master)\n[![Nuget](https://img.shields.io/nuget/v/BeyondTech.Extensions.Logging.Timing.svg)](https://www.nuget.org/packages/BeyondTech.Extensions.Logging.Timing)\n\n\nTiming extensions for logging operations: [here](./src/BeyondTech.Extensions.Logging.Timing/README.md)\n\nThis lets you perfom simple logging for timed operations, while simplifying the boilerplate:\n\n```cs\nILogger logger = // assign instance\n\nusing (var operation = logger.BeginOperation(\"Processing large file {FilePath}\", filePath))\n{\n   operation.Complete();\n}\n```\n\nYields:\n\n```\ninfo: Processing large file /d/test/image.png completed in 822.5 ms\n```\n\n### License\n\nLicensed under [Apache 2.0](LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghost1face%2Fbeyondtech-extensions-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghost1face%2Fbeyondtech-extensions-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghost1face%2Fbeyondtech-extensions-logging/lists"}