{"id":15149211,"url":"https://github.com/jonahsnider/doglog","last_synced_at":"2026-01-25T10:03:51.989Z","repository":{"id":236381149,"uuid":"792471002","full_name":"jonahsnider/doglog","owner":"jonahsnider","description":"DogLog is a simple, unopinionated logging library for FRC teams","archived":false,"fork":false,"pushed_at":"2026-01-23T22:57:22.000Z","size":7049,"stargazers_count":13,"open_issues_count":14,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T09:37:27.631Z","etag":null,"topics":["frc","frc-java","frc-library","logging"],"latest_commit_sha":null,"homepage":"https://doglog.dev","language":"Java","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/jonahsnider.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["jonahsnider"],"patreon":"jonahsnider","open_collective":null,"ko_fi":"jonahsnider","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-04-26T18:28:52.000Z","updated_at":"2026-01-23T22:57:25.000Z","dependencies_parsed_at":"2024-07-26T05:25:43.724Z","dependency_job_id":"5df46b9a-64ba-473b-943b-b2cfb58f9cd2","html_url":"https://github.com/jonahsnider/doglog","commit_stats":{"total_commits":267,"total_committers":4,"mean_commits":66.75,"dds":0.4719101123595506,"last_synced_commit":"a9118d83e48e09ba475652eed110ad1cdafe1e20"},"previous_names":["jonahsnider/doglog"],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/jonahsnider/doglog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonahsnider%2Fdoglog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonahsnider%2Fdoglog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonahsnider%2Fdoglog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonahsnider%2Fdoglog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonahsnider","download_url":"https://codeload.github.com/jonahsnider/doglog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonahsnider%2Fdoglog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T09:58:17.166Z","status":"ssl_error","status_checked_at":"2026-01-25T09:55:56.104Z","response_time":113,"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":["frc","frc-java","frc-library","logging"],"created_at":"2024-09-26T13:43:01.742Z","updated_at":"2026-01-25T10:03:51.956Z","avatar_url":"https://github.com/jonahsnider.png","language":"Java","funding_links":["https://github.com/sponsors/jonahsnider","https://patreon.com/jonahsnider","https://ko-fi.com/jonahsnider"],"categories":[],"sub_categories":[],"readme":"# DogLog\n\n![DogLog banner](./banner.png)\n\nDogLog is a logging library for FRC teams, created for use on [Team 581](https://github.com/team581).\n\nSee [**the documentation site**](https://doglog.dev) for more information.\n\n## Installation\n\n**Please see the [installation guide](https://doglog.dev/getting-started/installation/) for more information.**\n\n### Installing via WPILib VS Code extension\n\nDogLog is available to install through the WPILib VS Code extension.\n\n### Vendordep URL\n\n```text\nhttps://doglog.dev/vendordep.json\n```\n\n## Usage\n\n**Please see the [usage guide](https://doglog.dev/getting-started/usage/) for more information.**\n\nFirst, import the library from the dev.doglog namespace:\n\n```java\nimport dev.doglog.DogLog;\n```\n\nAnd then you can use Doglog.log() to log values like so:\n\n```java\nDogLog.log(\"Arm/Position\", motor.getPosition().getValue());\n```\n\nYou can include these log statements in your periodic methods, or anywhere else you want to log data.\n\n## Project goals\n\n- Get started in seconds\n  - Add the vendordep and start logging, no configuration or setup boilerplate needed\n- Performance where it counts\n  - DogLog was designed for fast logging, powered by WPILib's highly optimized `DataLogManager` API\n- Configurable to the core\n  - Customize practically all logger behavior with a simple, yet powerful, configuration API\n- Log with confidence\n  - DogLog was created to address the lack of a safe and fault-tolerant logging solution for FRC, without sacrificing developer experience\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonahsnider%2Fdoglog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonahsnider%2Fdoglog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonahsnider%2Fdoglog/lists"}