{"id":15064153,"url":"https://github.com/workloads/arduino-logger","last_synced_at":"2026-02-07T06:02:49.864Z","repository":{"id":255760468,"uuid":"844939285","full_name":"workloads/arduino-logger","owner":"workloads","description":"Arduino Logging Module","archived":false,"fork":false,"pushed_at":"2024-09-21T14:36:22.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T07:55:45.882Z","etag":null,"topics":["arduino","esp32","logging"],"latest_commit_sha":null,"homepage":"https://github.com/workloads/arduino-logger","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workloads.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-20T09:09:55.000Z","updated_at":"2024-09-21T14:36:24.000Z","dependencies_parsed_at":"2025-07-31T06:46:06.702Z","dependency_job_id":null,"html_url":"https://github.com/workloads/arduino-logger","commit_stats":null,"previous_names":["workloads/arduino-logger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/workloads/arduino-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Farduino-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Farduino-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Farduino-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Farduino-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workloads","download_url":"https://codeload.github.com/workloads/arduino-logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workloads%2Farduino-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29187947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T05:07:31.176Z","status":"ssl_error","status_checked_at":"2026-02-07T05:06:15.227Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["arduino","esp32","logging"],"created_at":"2024-09-25T00:12:35.940Z","updated_at":"2026-02-07T06:02:49.822Z","avatar_url":"https://github.com/workloads.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino Library: Logger\n\n\u003e Logging functions for Arduino and ESP32\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [Arduino Library: Logger](#arduino-library-logger)\n    * [Table of Contents](#table-of-contents)\n    * [Requirements](#requirements)\n    * [Usage](#usage)\n        * [Installation via Arduino IDE](#installation-via-arduino-ide)\n        * [Installation via Arduino CLI](#installation-via-arduino-cli)\n        * [Installation of development versions](#installation-of-development-versions)\n    * [Development](#development)\n    * [Notes](#notes)\n        * [Release Ingressing](#release-ingressing)\n    * [Contributors](#contributors)\n    * [License](#license)\n\u003c!-- TOC --\u003e\n\n## Requirements\n\n* `arduino-lint` `1.2.0` or [newer](https://arduino.github.io/arduino-lint/)\n* `cpplint` `1.6.0` or [newer](https://github.com/cpplint/cpplint)\n* `clang-format` `18.1.0` or [newer](https://clang.llvm.org/docs/ClangFormat.html)\n\n## Usage\n\nFor usage examples, see the [examples](./examples) directory.\n\n### Installation via Arduino IDE\n\nFor installation via the Arduino IDE, see [docs.arduino.cc](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library/).\n\n### Installation via Arduino CLI\n\nTo install the latest version using `arduino-cli`, use the following command:\n\n```shell\narduino-cli lib install workloads-filesystem\n```\n\nTo install a specific version, use the following command:\n\n```shell\narduino-cli lib install workloads-filesystem@1.0.2\n```\n\n### Installation of development versions\n\nTo install an in-development or unreleased version, installation of _unsafe_ libraries must be enabled.\n\nTo enable the installation of unsafe libraries, use the following command:\n\n```shell\narduino-cli config set library.enable_unsafe_install true\n```\n\nSee [docs.arduino.cc](https://arduino.github.io/arduino-cli/1.0/configuration/#configuration-methods) for more information on the implications.\n\nOnce the installation of unsafe libraries is enabled, the `workloads-filesystem` library may be installed by running the following command:\n\n```shell\narduino-cli lib install --git-url \"https://github.com/workloads/arduino-logger.git\"\n```\n\n## Development\n\nThis repository provides a [Makefile](./Makefile)-based workflow to aid in development.\n\nRunning `make` without commands will print out the following help information:\n\n```text\n📚 LOGGER LIBRARY\n\nTarget          Description                                     Usage\nlint-arduino    lint Arduino code using arduino-lint            `make lint-arduino`\nlint-cpp        lint C++ code using cpplint and clang-format    `make lint-cpp`\nhelp            display a list of Make Targets                  `make help`\n_listincludes   list all included Makefiles and *.mk files      `make _listincludes`\n_selfcheck      lint Makefile                                   `make _selfcheck`\nlint-vale       lint prose using vale                           `make lint-vale`\nvale-sync       sync Vale dependencies                          `make vale-sync`\n```\n\n## Notes\n\n### Release Ingressing\n\nNew (GitHub) releases of this library are automatically ingressed by the Arduino Library Manager.\n\nA log of currently \"visible\" releases can be found at [downloads.arduino.cc](https://downloads.arduino.cc/libraries/logs/github.com/workloads/scservo/).\n\n## Contributors\n\nFor a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/arduino-logger/graphs/contributors).\n\n## License\n\nLicensed under the General Public License, Version 3.0 (the \"License\").\n\nYou may download a copy of the License at [gnu.org/licenses/gpl-3.0.txt](https://www.gnu.org/licenses/gpl-3.0.txt).\n\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Farduino-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkloads%2Farduino-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkloads%2Farduino-logger/lists"}