{"id":15497254,"url":"https://github.com/jwerle/logger.c","last_synced_at":"2026-04-21T21:35:21.839Z","repository":{"id":148540532,"uuid":"10284707","full_name":"jwerle/logger.c","owner":"jwerle","description":"Super simple C logger ","archived":false,"fork":false,"pushed_at":"2013-05-25T14:39:50.000Z","size":116,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T01:16:51.011Z","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/jwerle.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}},"created_at":"2013-05-25T13:50:19.000Z","updated_at":"2022-02-27T20:38:58.000Z","dependencies_parsed_at":"2023-03-29T00:54:11.921Z","dependency_job_id":null,"html_url":"https://github.com/jwerle/logger.c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwerle/logger.c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Flogger.c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Flogger.c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Flogger.c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Flogger.c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwerle","download_url":"https://codeload.github.com/jwerle/logger.c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Flogger.c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32111246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":[],"created_at":"2024-10-02T08:32:20.530Z","updated_at":"2026-04-21T21:35:21.800Z","avatar_url":"https://github.com/jwerle.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"logger.c\n========\n\nsuper simple C logger\n\n## install\n\nwith [cpm](https://github.com/visionmedia/cpm):\n\n```sh\n$ cpm install jwerle/logger.c\n```\n\nfrom source:\n\n```sh\n$ git clone git@github.com:jwerle/logger.c.git\n```\n\n## usage\n\n```c\n#include \"logger.h\"\n\nint\nmain (void) {\n  logger_t *logger = logger_new(\"logger\");\n  logger-\u003elog(\"log\");\n  logger-\u003einfo(\"info\");\n  logger-\u003edebug(\"debug\");\n  logger-\u003ewarn(\"warn\");\n  logger-\u003eerror(\"error\");\n}\n```\n\n## api\n\n```c\nlogger_t *\nlogger_new (char *name);\n\nvoid\nlogger_log(char *message);\n\nvoid\nlogger_info (char *message);\n\nvoid\nlogger_debug (char *message);\n\nvoid\nlogger_warn (char *message);\n\nvoid\nlogger_error (char *message);\n\nvoid\nlogger_free (logger_t *logger);\n```\n\n## license\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwerle%2Flogger.c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwerle%2Flogger.c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwerle%2Flogger.c/lists"}