{"id":25871140,"url":"https://github.com/gashmob/logger","last_synced_at":"2025-03-02T06:35:35.241Z","repository":{"id":40314978,"uuid":"492560007","full_name":"Gashmob/Logger","owner":"Gashmob","description":"Un simple système de logger dans plusieurs langages. Chaque version utilise le même concept.","archived":false,"fork":false,"pushed_at":"2022-08-14T10:05:22.000Z","size":341,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-10T00:47:19.358Z","etag":null,"topics":["c","cpp","java","kotlin","logger","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gashmob.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"gashmob","github":["RomainTHD"]}},"created_at":"2022-05-15T17:43:36.000Z","updated_at":"2022-11-19T09:41:48.000Z","dependencies_parsed_at":"2022-07-11T15:04:36.516Z","dependency_job_id":null,"html_url":"https://github.com/Gashmob/Logger","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gashmob%2FLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gashmob%2FLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gashmob%2FLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gashmob%2FLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gashmob","download_url":"https://codeload.github.com/Gashmob/Logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470357,"owners_count":19968039,"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","cpp","java","kotlin","logger","python"],"created_at":"2025-03-02T06:35:29.304Z","updated_at":"2025-03-02T06:35:35.229Z","avatar_url":"https://github.com/Gashmob.png","language":"C++","funding_links":["https://patreon.com/gashmob","https://github.com/sponsors/RomainTHD"],"categories":[],"sub_categories":[],"readme":"# Logger\n\nUn simple système de logger dans plusieurs langages. Chaque version utilise le même concept.\n\nAvec l'aide de [RomainTHD](https://github.com/RomainTHD) pour la version originale en Java, et l'aide de [ArthurBajt](https://github.com/ArthurBajt) pour la version Python.\n\n## Tests\n\nLes tests sont les mêmes pour chaque version, ils sont effectués sur ubuntu, windows et macos.\n\n[![Java test](https://github.com/Gashmob/Logger/actions/workflows/java_test.yml/badge.svg)](https://github.com/Gashmob/Logger/actions/workflows/java_test.yml)\n[![Kotlin test](https://github.com/Gashmob/Logger/actions/workflows/kotlin_test.yml/badge.svg)](https://github.com/Gashmob/Logger/actions/workflows/kotlin_test.yml)\n[![Python test](https://github.com/Gashmob/Logger/actions/workflows/python_test.yml/badge.svg)](https://github.com/Gashmob/Logger/actions/workflows/python_test.yml)\n[![C++ test](https://github.com/Gashmob/Logger/actions/workflows/cpp_test.yml/badge.svg)](https://github.com/Gashmob/Logger/actions/workflows/cpp_test.yml)\n[![C test](https://github.com/Gashmob/Logger/actions/workflows/c_test.yml/badge.svg)](https://github.com/Gashmob/Logger/actions/workflows/c_test.yml)\n[![Go test](https://github.com/Gashmob/Logger/actions/workflows/go_test.yml/badge.svg)](https://github.com/Gashmob/Logger/actions/workflows/go_test.yml)\n\n|          | Ubuntu           | Windows          | MacOS            |\n|:---------|:----------------:|:----------------:|:----------------:|\n|**Java**  |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|\n|**Kotlin**|:heavy_check_mark:|:x:               |:heavy_check_mark:|\n|**Python**|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|\n|**C++**   |:heavy_check_mark:|:x:               |:x:               |\n|**C**     |:heavy_check_mark:|:x:               |:x:               |\n|**Go**    |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|\n\n**Notes :**\n\n- Le test Windows pour Kotlin ne fonctionne pas : `kotlinc` n'arrive pas à compiler les sources dans le script batch (si vous avez une idée de comment fixer ça, n'hésitez pas à proposer une pull request, ou répondre à l'issue [#2](https://github.com/Gashmob/Logger/issues/2)).\n- Le test Windows pour C++ ne fonctionne pas : la compilation réussie mais l'exécutable renvoie directement le code 1 sans rien afficher ([#3](https://github.com/Gashmob/Logger/issues/3)) (de même pour le C).\n\n## Utilisation\n\n### Java \u0026 Kotlin\n\nUne archive jar (`Logger_Java.jar` \u0026 `Logger_Kotlin.jar`) est à disposition et utilisable en tant que librairie externe.\n\n### C \u0026 C++ \u0026 Python \u0026 Go\n\nIl suffit de récupérer le dossier `logger` dans les dossiers `C`, `C++`, `Python` et `Go`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgashmob%2Flogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgashmob%2Flogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgashmob%2Flogger/lists"}