{"id":16344037,"url":"https://github.com/dhess/c-logging","last_synced_at":"2025-11-06T19:30:28.019Z","repository":{"id":66479993,"uuid":"2069929","full_name":"dhess/c-logging","owner":"dhess","description":"A syslog-compatible stderr logging mechanism","archived":false,"fork":false,"pushed_at":"2011-08-15T09:56:35.000Z","size":104,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-27T19:14:42.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhess.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-19T02:05:21.000Z","updated_at":"2021-05-18T14:32:59.000Z","dependencies_parsed_at":"2023-02-20T05:00:50.522Z","dependency_job_id":null,"html_url":"https://github.com/dhess/c-logging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhess%2Fc-logging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhess%2Fc-logging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhess%2Fc-logging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhess%2Fc-logging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhess","download_url":"https://codeload.github.com/dhess/c-logging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239501384,"owners_count":19649445,"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","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-11T00:26:39.217Z","updated_at":"2025-11-06T19:30:27.926Z","avatar_url":"https://github.com/dhess.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"* WHAT\n  logging.[ch] provides a syslog(3)-compatible logging interface for\n  logging to stderr. It could be easily extended to support other\n  forms of logging, as well: stdout, file, network, etc.\n\n* WHY\n  The syslog(3) interface is simple, yet robust. However, sometimes\n  it's useful to log to stderr rather than to the system logger, e.g.,\n  in an interactive command-line application, or when debugging a\n  service running in the foreground. \n\n  Some UNIX systems support simultaneous logging both to syslog and\n  stderr, but not stderr alone. The logging implementation provided\n  here permits stderr-only logging using an interface that's\n  compatible with the (relevant parts of the) syslog(3) interface.\n\n  See logging.h for the API documentation, and logtest.c for examples\n  of how to use it in your own programs.\n\n* INSTALLING\n  The source code provided isn't a library as such, so it doesn't need\n  to be installed. Just copy the logging.[ch] source files into your\n  project. (Also see LICENSE below.)\n\n  The source has no dependencies beyond the ISO C standard library and\n  a syslog interface that includes the vsyslog(3) function.\n\n  The included Makefile builds an example application, logtest, whose\n  source code demonstrates how to use the logging interface.\n\n* LICENSE\n  The code included here has no license; it is dedicated to the public\n  domain. See the file COPYING, included in this distribution, for the\n  specifics.\n\n* CONTACT\n  Drew Hess \u003cdhess-src@bothan.net\u003e\n\n  http://drewhess.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhess%2Fc-logging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhess%2Fc-logging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhess%2Fc-logging/lists"}