{"id":13546827,"url":"https://github.com/RegenJacob/egui_logger","last_synced_at":"2025-04-02T19:31:53.315Z","repository":{"id":61954867,"uuid":"556543997","full_name":"RegenJacob/egui_logger","owner":"RegenJacob","description":"a log implementation for egui","archived":false,"fork":false,"pushed_at":"2025-03-31T16:46:01.000Z","size":350,"stargazers_count":48,"open_issues_count":3,"forks_count":21,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T17:46:43.106Z","etag":null,"topics":["egui","game-development","gui","log","logging","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/RegenJacob.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}},"created_at":"2022-10-24T03:36:18.000Z","updated_at":"2025-03-31T16:46:06.000Z","dependencies_parsed_at":"2023-11-07T18:25:53.692Z","dependency_job_id":"32cb2b8a-550f-4a96-a74f-4c51ec3b5477","html_url":"https://github.com/RegenJacob/egui_logger","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":"0.43999999999999995","last_synced_commit":"fdb1f59a329f8b581f597fd5aeb546c30cc278e1"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RegenJacob%2Fegui_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RegenJacob%2Fegui_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RegenJacob%2Fegui_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RegenJacob%2Fegui_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RegenJacob","download_url":"https://codeload.github.com/RegenJacob/egui_logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246514555,"owners_count":20790018,"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":["egui","game-development","gui","log","logging","rust"],"created_at":"2024-08-01T12:00:45.613Z","updated_at":"2025-04-02T19:31:52.817Z","avatar_url":"https://github.com/RegenJacob.png","language":"Rust","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/egui_logger)](https://crates.io/crates/egui_logger)\n[![docs.rs](https://img.shields.io/docsrs/egui_logger)](https://docs.rs/egui_logger/latest/egui_logger/)\n\n\n\n# egui_logger\nThis library implements [`log`](https://crates.io/crates/log) logging support into [`egui`](https://crates.io/crates/egui) applications.\nThere is also advanced search via regex.\n\n## Demo\n![demo](images/egui_logger.png \"Demo\")\n\n## Example\n\n### initilazing:\n```rust\nfn main() {\n  // Should be called very early in the program.\n  egui_logger::builder().init().unwrap();\n}\n```\n\n### inside your ui logic:\n\n```rust\nfn ui(ctx: \u0026egui::Context) {\n    egui::Window::new(\"Log\").show(ctx, |ui| {\n        // draws the logger ui.\n        egui_logger::logger_ui().show(ui);\n    });\n}\n```\n\n## Alternatives\n- [egui_tracing](https://crates.io/crates/egui_tracing) primarily for the [tracing](https://crates.io/crates/tracing) create, but also supports log.\n\n## Contribution\nFeel free to open issues and pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRegenJacob%2Fegui_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRegenJacob%2Fegui_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRegenJacob%2Fegui_logger/lists"}