{"id":31655529,"url":"https://github.com/annekitsune/anne_log","last_synced_at":"2025-10-07T13:15:18.014Z","repository":{"id":312212689,"uuid":"1043517879","full_name":"AnneKitsune/anne_log","owner":"AnneKitsune","description":"Simple scoped zig file logger","archived":false,"fork":false,"pushed_at":"2025-08-24T03:09:18.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T22:33:20.774Z","etag":null,"topics":["zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnneKitsune.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,"zenodo":null}},"created_at":"2025-08-24T03:04:23.000Z","updated_at":"2025-08-24T03:09:21.000Z","dependencies_parsed_at":"2025-08-29T09:28:25.350Z","dependency_job_id":"69e66dbc-acba-4688-8c6c-42122ea05c4c","html_url":"https://github.com/AnneKitsune/anne_log","commit_stats":null,"previous_names":["annekitsune/anne_log"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AnneKitsune/anne_log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnneKitsune%2Fanne_log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnneKitsune%2Fanne_log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnneKitsune%2Fanne_log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnneKitsune%2Fanne_log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnneKitsune","download_url":"https://codeload.github.com/AnneKitsune/anne_log/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnneKitsune%2Fanne_log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278780089,"owners_count":26044498,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["zig","zig-package"],"created_at":"2025-10-07T13:15:15.747Z","updated_at":"2025-10-07T13:15:18.008Z","avatar_url":"https://github.com/AnneKitsune.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple zig logging library to file\n\nThis is a minimalist scoped logger. It is opiniated in design:\n1. We only support file output.\n2. We only provide `info` and `err`. Info is for general information and what would be considered \"warnings\". It is also for *recoverable* errors. Err is for errors where unexpected loss of functionality occurs.\n3. The output file is in tsv-like format. The exception is that some messages are multiline (like stacktraces for errors).\n\n### Usage\n1. Add to your build.zig.zon.\n2. Add the module to your module.\n3. Link against the library.\n4. Use the following code example as a template:\n```zig\nvar logger = try Log.init(.{});\ndefer logger.deinit();\n\nconst root_scope = logger.scope(\"root\");\nroot_scope.info(\"abc\", .{});\nroot_scope.err(\"some mean error\", .{});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannekitsune%2Fanne_log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannekitsune%2Fanne_log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannekitsune%2Fanne_log/lists"}