{"id":24044911,"url":"https://github.com/kennyjwilli/logger","last_synced_at":"2025-07-29T09:34:54.597Z","repository":{"id":190525963,"uuid":"682815407","full_name":"kennyjwilli/logger","owner":"kennyjwilli","description":"Data-first logging for Clojure","archived":false,"fork":false,"pushed_at":"2023-08-25T01:20:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-31T00:32:07.191Z","etag":null,"topics":["clojure","logging","slf4j-api"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/kennyjwilli.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}},"created_at":"2023-08-25T00:45:10.000Z","updated_at":"2023-08-25T00:57:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb2d5fe5-4602-4274-ba1b-f2e613c43d4f","html_url":"https://github.com/kennyjwilli/logger","commit_stats":null,"previous_names":["kennyjwilli/logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kennyjwilli/logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennyjwilli%2Flogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennyjwilli%2Flogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennyjwilli%2Flogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennyjwilli%2Flogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kennyjwilli","download_url":"https://codeload.github.com/kennyjwilli/logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennyjwilli%2Flogger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267662941,"owners_count":24123966,"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-07-29T02:00:12.549Z","response_time":2574,"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":["clojure","logging","slf4j-api"],"created_at":"2025-01-08T23:51:16.426Z","updated_at":"2025-07-29T09:34:54.535Z","avatar_url":"https://github.com/kennyjwilli.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logger\n\nA data-first logging approach.\n\n## Installation\n\n```clojure\ndev.kwill/logger {:mvn/version \"1.0.1\"}\n```\n\n## Usage\n\nTo actually see log lines printed, you'll need to add a slf4j compatible logging implementation.\ne.g., Logback, log4j2, etc.\n\n```clojure\n(require '[kwill.logger :as log])\n\n(log/info {:msg \"hello\"})\n\n(log/error {:msg \"an error\" :throwable (ex-info \"oops\" {:some \"data\"})})\n```\n\nAll log functions accept a map of data to log. \nThe only required key is `:msg`, specifying the log message.\nThe `:throwable` key can be optionally included to specify a `Throwable` to log.\nAll others keys are included as key-values in the log message using the new [fluent API](https://www.slf4j.org/manual.html#fluent).\n\n## License\n\nCopyright © 2023 Kenny Williams\n\nDistributed under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennyjwilli%2Flogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennyjwilli%2Flogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennyjwilli%2Flogger/lists"}