{"id":16244108,"url":"https://github.com/doumanash/androidy-log","last_synced_at":"2026-05-02T06:38:09.447Z","repository":{"id":57488751,"uuid":"339756051","full_name":"DoumanAsh/androidy-log","owner":"DoumanAsh","description":"Minimal wrapper over android logging","archived":false,"fork":false,"pushed_at":"2021-12-12T13:28:28.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T03:23:26.456Z","etag":null,"topics":["android","android-log","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DoumanAsh.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":"2021-02-17T14:49:52.000Z","updated_at":"2021-12-12T13:28:31.000Z","dependencies_parsed_at":"2022-08-29T15:10:11.494Z","dependency_job_id":null,"html_url":"https://github.com/DoumanAsh/androidy-log","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/DoumanAsh%2Fandroidy-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Fandroidy-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Fandroidy-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoumanAsh%2Fandroidy-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoumanAsh","download_url":"https://codeload.github.com/DoumanAsh/androidy-log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829517,"owners_count":21002997,"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":["android","android-log","rust"],"created_at":"2024-10-10T14:17:54.191Z","updated_at":"2026-05-02T06:38:09.399Z","avatar_url":"https://github.com/DoumanAsh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# androidy-log\n\n![Rust](https://github.com/DoumanAsh/androidy-log/workflows/Rust/badge.svg?branch=master)\n[![Crates.io](https://img.shields.io/crates/v/androidy-log.svg)](https://crates.io/crates/androidy-log)\n[![Documentation](https://docs.rs/androidy-log/badge.svg)](https://docs.rs/crate/androidy-log/)\n\nMinimal wrapper over android logging facilities.\n\n## Features:\n\n- `std` - Enables `std::io::Write` implementation.\n\n## Usage\n\n```rust\nuse androidy_log::{LogPriority, Writer};\n\nuse core::fmt::Write;\n\nlet mut writer = Writer::new(\"MyTag\", LogPriority::INFO);\nlet _ = write!(writer, \"Hellow World!\");\ndrop(writer); //or writer.flush();\n\nandroidy_log::println!(\"Hello via macro!\");\nandroidy_log::eprintln!(\"Error via macro!\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoumanash%2Fandroidy-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoumanash%2Fandroidy-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoumanash%2Fandroidy-log/lists"}