{"id":15168634,"url":"https://github.com/ccworld1000/cclog","last_synced_at":"2026-02-07T20:30:59.672Z","repository":{"id":56904315,"uuid":"152604677","full_name":"ccworld1000/CCLog","owner":"ccworld1000","description":"Simple and lightweight cross-platform logs, easy-to-use simple learning, and support for multiple languages, such as C, C++, Perl 6, shell, Objective-C","archived":false,"fork":false,"pushed_at":"2020-05-05T11:43:24.000Z","size":673,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T11:02:11.881Z","etag":null,"topics":["c","cclog","color-theme","cplusplus","cross-platform","debug","ios","log","objective-c","osx","perl","perl6","perl6-module","print","raku","say","shell","shell-script","tvos","watchos"],"latest_commit_sha":null,"homepage":"https://github.com/ccworld1000/CCLog","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccworld1000.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}},"created_at":"2018-10-11T14:25:20.000Z","updated_at":"2020-05-05T11:43:27.000Z","dependencies_parsed_at":"2022-08-20T18:50:38.688Z","dependency_job_id":null,"html_url":"https://github.com/ccworld1000/CCLog","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccworld1000%2FCCLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccworld1000","download_url":"https://codeload.github.com/ccworld1000/CCLog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248060796,"owners_count":21041236,"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":["c","cclog","color-theme","cplusplus","cross-platform","debug","ios","log","objective-c","osx","perl","perl6","perl6-module","print","raku","say","shell","shell-script","tvos","watchos"],"created_at":"2024-09-27T06:24:05.519Z","updated_at":"2026-02-07T20:30:59.645Z","avatar_url":"https://github.com/ccworld1000.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [CCLog](https://github.com/ccworld1000/CCLog)\n    Simple and lightweight cross-platform logs,\n    easy-to-use simple learning,\n    and support for multiple languages,\n    such as C, C++, Perl 6, shell, Objective-C\n    support ios, osx, watchos, tvos\n    support pod, cocoapods https://cocoapods.org/pods/CCLog\n\n## Perl 6\n    There are 2 (CCLog \u0026 CCLogFull) ways of binding.\n\nCall CCLog.pm6\n\n![short_perl6](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/short_perl6.png)\n\nCall CCLogFull.pm6\n\n![full_perl6](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/full_perl6.png)\n\n## Shell\n    Provide simple commands. fg: \n    \tccnormal\n    \tccwarning\n    \tccerror\n    \tcctimer\n    \tccloop\n    \tccthread\n    \tccprint\n    \tccsay\n    \tccdie\n    \tccnetwork\n    \n    These commands are automatically installed locally and can be called directly.\n\n\nCall shell\n\n![shell](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/shell.png)\n\n## C \u0026\u0026 C++ \u0026\u0026 Objective-C\n    You can use C library or C source (CCLog.h CCLog.c) code directly.\n\nCall C \u0026\u0026 C++ \u0026\u0026 Objective-C\n\n![c](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/c.png)\n\n## Objective-C\n    Objective-C can call C directly, Or follow other ways to import.\n    or use pod https://github.com/ccworld1000/CCLog\n    \n    pod 'CCLog'\n\n\n## Local installation and unloading\n    zef install .\n    zef uninstall CCLog\n\n## Network install\n    zef update\n    zef install CCLog\n\n## Check if the installation is successful\n\nThe installation may be as follows\n\n![check_ok](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/check_ok.png)\n\nInstallation failure may be as follows, you can try again\n\n![check_error](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/check_error.png)\n\n## Color display control\n  Perl6 CCLog.pm6 call ccshowColor\n  Perl6 CCLogFull.pm6 call CCLog_showColor\n  C \u0026\u0026 C++ \u0026\u0026 Objective-C call CCLog_showColor\n  fg:\n\n  ![colorControl](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/colorControl.png)\n\n## Tips display control\n  fg:\n\n  ![logTips](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/logTips.png)\n\n## Display log control\n  fg:\n\n  ![displayLog](https://raw.github.com/ccworld1000/CCLog/master/CCLog/doc/sceenshot/displayLog.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccworld1000%2Fcclog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccworld1000%2Fcclog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccworld1000%2Fcclog/lists"}