{"id":19732269,"url":"https://github.com/hcarrasc/logit4c","last_synced_at":"2026-06-08T13:32:45.887Z","repository":{"id":147460965,"uuid":"50928091","full_name":"hcarrasc/Logit4C","owner":"hcarrasc","description":"Records what you want from your C source code","archived":false,"fork":false,"pushed_at":"2016-02-08T12:01:37.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T03:52:22.420Z","etag":null,"topics":["c","logging-library"],"latest_commit_sha":null,"homepage":"","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/hcarrasc.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":"2016-02-02T14:58:28.000Z","updated_at":"2018-08-06T00:58:54.000Z","dependencies_parsed_at":"2023-04-28T21:43:21.958Z","dependency_job_id":null,"html_url":"https://github.com/hcarrasc/Logit4C","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hcarrasc/Logit4C","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcarrasc%2FLogit4C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcarrasc%2FLogit4C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcarrasc%2FLogit4C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcarrasc%2FLogit4C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hcarrasc","download_url":"https://codeload.github.com/hcarrasc/Logit4C/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcarrasc%2FLogit4C/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["c","logging-library"],"created_at":"2024-11-12T00:25:30.695Z","updated_at":"2026-06-08T13:32:45.868Z","avatar_url":"https://github.com/hcarrasc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logit4C\n\nRecords what you want from your C source code\n\n\n\n## How to use?\n\nSimple. Just import to you file:\n`#import \"logit.h\"`\n\nAnd call to logit function:\n```\nchar* data;\ndata = \"Hello World :)\";\nlogit(data, _F_, _L_); \n\ndata = \"Is an amazing day to coding :D\";\nlogit(data, _F_, _L_); \n```\n\nIt create a log file and print inner as follow:\n\n```\nWed Feb 03 16:49:52 2016  | main | 9 - Hello World :)\nWed Feb 03 16:49:52 2016  | main | 12 - Is an amazing day to coding :D\nWed Feb 03 16:49:52 2016  | main | 15 - And add a few new features :D\n```\n\nAdding a timestamp, function name and code line where logit() function was called. \n\n__Feel free to give pull request and improve this project.__\n\n**NOTE:**  `__LINE__` and `__FUNCTION__` directives doesnt works in Mac OSX El Capitan.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcarrasc%2Flogit4c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcarrasc%2Flogit4c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcarrasc%2Flogit4c/lists"}