{"id":18290628,"url":"https://github.com/shuai132/socketlog","last_synced_at":"2025-04-09T07:29:01.884Z","repository":{"id":124278017,"uuid":"129511049","full_name":"shuai132/SocketLog","owner":"shuai132","description":"A log review tool using tcp socket, with thread safe, send queue, and multi reviewer support.","archived":false,"fork":false,"pushed_at":"2019-07-08T20:06:40.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T01:44:03.014Z","etag":null,"topics":["logger","socket","socketlog","tcp-socket"],"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/shuai132.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-14T11:33:09.000Z","updated_at":"2023-03-26T14:55:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff9b82c1-45b6-4ebd-861a-4e60dd326e83","html_url":"https://github.com/shuai132/SocketLog","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/shuai132%2FSocketLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuai132%2FSocketLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuai132%2FSocketLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuai132%2FSocketLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuai132","download_url":"https://codeload.github.com/shuai132/SocketLog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247997809,"owners_count":21030685,"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":["logger","socket","socketlog","tcp-socket"],"created_at":"2024-11-05T14:11:41.193Z","updated_at":"2025-04-09T07:29:01.862Z","avatar_url":"https://github.com/shuai132.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SocketLog\n\n[![Build Status](https://www.travis-ci.org/shuai132/SocketLog.svg?branch=master)](https://www.travis-ci.org/shuai132/SocketLog)\n\nA log review tool using tcp socket, with thread safe, send queue, and multi reviewer support.  \nIt can be used in most platform include android/ios, and only C++11 are required.\n\n## Usage:\n```cpp\nSocketLog::getInstance()-\u003epost(\"Hello World!\");\n```\n\n### There are also some examples show how to use it:\n\nFirst, you should build my examples:\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\nSecond, run a simple example:\n```bash\n./examples/loopsender\n```\nor more complicated:\n```bash\n./examples/benchmark\n```\n\nFinally, just open any tcp tools(eg:nc) to see what happen:\n```bash\nnc localhost 6666\n```\n\n## Notice:\ndefault port is 6666, and will try open bigger port automatic on bind failed。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuai132%2Fsocketlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuai132%2Fsocketlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuai132%2Fsocketlog/lists"}