{"id":25243127,"url":"https://github.com/0x0c/esp32_streamlogger","last_synced_at":"2026-05-03T07:42:53.670Z","repository":{"id":142906581,"uuid":"129855814","full_name":"0x0c/ESP32_StreamLogger","owner":"0x0c","description":"A logger using stream for esp-idf.","archived":false,"fork":false,"pushed_at":"2018-07-03T18:24:42.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-02T02:27:22.127Z","etag":null,"topics":["esp-idf","esp32"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x0c.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":"2018-04-17T06:18:53.000Z","updated_at":"2018-07-03T18:24:43.000Z","dependencies_parsed_at":"2023-04-22T04:06:36.487Z","dependency_job_id":null,"html_url":"https://github.com/0x0c/ESP32_StreamLogger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0x0c/ESP32_StreamLogger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FESP32_StreamLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FESP32_StreamLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FESP32_StreamLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FESP32_StreamLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x0c","download_url":"https://codeload.github.com/0x0c/ESP32_StreamLogger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0c%2FESP32_StreamLogger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32562118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["esp-idf","esp32"],"created_at":"2025-02-12T00:45:35.450Z","updated_at":"2026-05-03T07:42:53.665Z","avatar_url":"https://github.com/0x0c.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StreamLogger\n\nA logger using stream for esp-idf.\n\n## Requirements\n\n- esp-idf v2.1.1\n\n## Usage\n\n### Print characters\n\nLike this\n\n```\nm2d::ESP32::Logger::I \u003c\u003c \"Hello\";\nm2d::ESP32::Logger::I \u003c\u003c \" world\"; // Easy to append characters\nm2d::ESP32::Logger::I \u003c\u003c m2d::ESP32::Logger::endl; // You have to insert `m2d::ESP32::Logger::endl` to print your console.\n```\n\n### Change tag\n\nYou can change tag string.\nJust call `set_tag(std::string tag)` method.\n\n### Output format\n\nFollowing formats are available in `include/StreamLogger/Logger.h`:\n\n```\nstatic Stream\u003cError\u003e E; // wrapper of ESP_LOGE\nstatic Stream\u003cWarning\u003e W; // wrapper of ESP_LOGW\nstatic Stream\u003cInfo\u003e I; // wrappaer of ESP_LOGI\nstatic Stream\u003cDebug\u003e D; // wrapper of ESP_LOGD\nstatic Stream\u003cVerbose\u003e V; // wrapper of ESP_LOGV\n```\n\n### Add your original formatter\n\n1. Implement subclass of `Impl`.\n2. Implement `void print(const char *str)` method.\n3. Declare as `Stream\u003cOriginalFormat\u003e logger`.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0c%2Fesp32_streamlogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x0c%2Fesp32_streamlogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0c%2Fesp32_streamlogger/lists"}