{"id":17080426,"url":"https://github.com/pmiossec/structuredlogtester","last_synced_at":"2026-05-09T14:03:28.531Z","repository":{"id":139074229,"uuid":"61246827","full_name":"pmiossec/StructuredLogTester","owner":"pmiossec","description":"Project to discover how works Structured logging \u0026 Serilog","archived":false,"fork":false,"pushed_at":"2016-06-16T21:55:51.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T20:21:00.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmiossec.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":"2016-06-15T23:07:48.000Z","updated_at":"2016-08-28T22:21:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e319949-0fa5-420e-96a2-21ec977a7eb4","html_url":"https://github.com/pmiossec/StructuredLogTester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmiossec/StructuredLogTester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiossec%2FStructuredLogTester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiossec%2FStructuredLogTester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiossec%2FStructuredLogTester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiossec%2FStructuredLogTester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmiossec","download_url":"https://codeload.github.com/pmiossec/StructuredLogTester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmiossec%2FStructuredLogTester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32821912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":[],"created_at":"2024-10-14T12:44:21.639Z","updated_at":"2026-05-09T14:03:28.465Z","avatar_url":"https://github.com/pmiossec.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"##Project to discover how works Structured logging \u0026 Serilog\n\n* [Serilog](https://github.com/serilog/serilog)\n* [Wiki](https://github.com/serilog/serilog/wiki)\n* [Website](https://serilog.net/)\n\n* [Very good introduction of the concepts](https://nblumhardt.com/2016/06/structured-logging-concepts-in-net-series-1/)\n\nStructured logging is to pass from:\n\n1. Take the description of an event and associated parameters\n2. **Format** it into human-readable text\n3. **Collect** the text\n4. **Parse** (hard!) the text to recover individual parameter values\n5. **Filter** based on parameters\n6. **View** matching events\n\nTo:\n\n1. Take the description of an event and associated parameters\n2. **Capture** the description and parameter values\n3. **Collect** a serialized representation like JSON\n4. **Filter** based on parameters\n5. **Format** into human-readable text\n6. **View** matching events\n\n\n**Note**: The application use the MsSqlServer `sink` to log in a database. Feel free to disable it if you want.\nBut that's here that we really understand how Serilog store the data.\nIf you keep it, you will need to have a database named `Serilog` in your localdb instance `(localdb)\\V11.0`.\nFeel free to update the connection string to do your tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmiossec%2Fstructuredlogtester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmiossec%2Fstructuredlogtester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmiossec%2Fstructuredlogtester/lists"}