{"id":19227008,"url":"https://github.com/ciubix8513/lunar-logger","last_synced_at":"2026-01-23T09:37:26.661Z","repository":{"id":239363543,"uuid":"799333151","full_name":"Ciubix8513/lunar-logger","owner":"Ciubix8513","description":"Simple logger, wich can write to file ","archived":false,"fork":false,"pushed_at":"2024-06-20T23:53:53.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-08T09:20:55.401Z","etag":null,"topics":["logging","rust","rust-lang"],"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/Ciubix8513.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":"2024-05-11T20:18:22.000Z","updated_at":"2024-08-10T18:35:24.742Z","dependencies_parsed_at":"2024-06-14T01:42:43.861Z","dependency_job_id":"de7eb66b-39c7-4ffa-9ee8-1b3c70d45a4a","html_url":"https://github.com/Ciubix8513/lunar-logger","commit_stats":null,"previous_names":["ciubix8513/lunar-logger"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ciubix8513%2Flunar-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ciubix8513%2Flunar-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ciubix8513%2Flunar-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ciubix8513%2Flunar-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ciubix8513","download_url":"https://codeload.github.com/Ciubix8513/lunar-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239520158,"owners_count":19652640,"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":["logging","rust","rust-lang"],"created_at":"2024-11-09T15:21:22.946Z","updated_at":"2025-11-07T05:30:37.707Z","avatar_url":"https://github.com/Ciubix8513.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lunar-logger\n\nSimple logger, that can.. well... log stuff, both to console and to a file.\n\nWorks mostly like env_logger, except configured entirely from code and can write to files by\nitself. Also supports logging on wasm.\n\n## Usage:\n\n ```rs\n    use lunar_logger::Logger;\n\n    let mut logger = Logger::new();\n\n    logger.add_filter(\"wgpu\", lunar_logger::FilterType::Crate, log::LevelFilter::Warn);\n    logger.set_default_filter(log::LevelFilter::Info);\n    logger.enable_logger();\n\n    log::info!(\"It works!\");\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciubix8513%2Flunar-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciubix8513%2Flunar-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciubix8513%2Flunar-logger/lists"}