{"id":16480763,"url":"https://github.com/heyitsgilbert/log4netparse","last_synced_at":"2026-04-15T00:31:52.020Z","repository":{"id":192155402,"uuid":"685283462","full_name":"HeyItsGilbert/Log4NetParse","owner":"HeyItsGilbert","description":"A PowerShell module to parse log4net log files.","archived":false,"fork":false,"pushed_at":"2025-01-03T02:41:02.000Z","size":683,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T20:42:55.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeyItsGilbert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"HeyItsGilbert"}},"created_at":"2023-08-30T22:36:08.000Z","updated_at":"2025-01-03T02:40:38.000Z","dependencies_parsed_at":"2023-09-03T01:03:22.229Z","dependency_job_id":"7f06f8d3-fccf-4cf6-8121-a33c19fb12f7","html_url":"https://github.com/HeyItsGilbert/Log4NetParse","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"3b4e36556af290088efc532df0b591559e9bbe59"},"previous_names":["heyitsgilbert/log4netparse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HeyItsGilbert/Log4NetParse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FLog4NetParse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FLog4NetParse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FLog4NetParse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FLog4NetParse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyItsGilbert","download_url":"https://codeload.github.com/HeyItsGilbert/Log4NetParse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FLog4NetParse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: 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":[],"created_at":"2024-10-11T13:05:14.330Z","updated_at":"2026-04-15T00:31:52.000Z","avatar_url":"https://github.com/HeyItsGilbert.png","language":"PowerShell","funding_links":["https://github.com/sponsors/HeyItsGilbert"],"categories":[],"sub_categories":[],"readme":"# Log4NetParse\n\nA module to parse log4net logs and give back easy to filter objects.\n\n![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/Log4NetParse)\n![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/Log4NetParse)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/HeyItsGilbert/Log4NetParse/.github/workflows/CI.yaml?branch=main)\n![PowerShell Gallery](https://img.shields.io/powershellgallery/p/Log4NetParse)\n\n## Overview\n\nThis was written to parse logs for tools that write out logs with Log4Net.\n\nLearn more at [log4net](https://logging.apache.org/log4net/)\n\nNote: My use of Log4Net is limited and most the regex for different pattern\nnames are a complete guess by me. If you are familiar with these, please file\nan issue or make a PR.\n\n## Documentation\n\nDocs automatically updated at\n[heyitsgilbert.github.io/Log4NetParse](https://heyitsgilbert.github.io/Log4NetParse/)\n\n## Installation\n\n```powershell\nInstall-Module Log4NetParse\n```\n\n## Examples\n\n```powershell\nImport-Module Log4NetParse\n\n# Find a regex for your pattern (i.e., useful for use in other tools)\nConvert-PatternLayout -PatternLayout '%timestamp [%thread] %level %logger %ndc - %message%newline'\n\n# Parse a log and get set of objects\nRead-Log4NetLog -Path 'current.log'\n```\n\nThe `Read-Log4NetLog` cmdlet will return an object for each thread it finds in a\nfile. This can be helpful when trying to find the log lines for a particular\nexecution. This makes it easier to filter on things like start/end time, and\nlog level.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyitsgilbert%2Flog4netparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyitsgilbert%2Flog4netparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyitsgilbert%2Flog4netparse/lists"}