{"id":18724390,"url":"https://github.com/anthonynguyen/loglog","last_synced_at":"2025-07-06T18:33:52.275Z","repository":{"id":62442408,"uuid":"100389745","full_name":"anthonynguyen/loglog","owner":"anthonynguyen","description":"A simple and usable logger.","archived":false,"fork":false,"pushed_at":"2017-08-20T00:34:55.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T14:03:02.476Z","etag":null,"topics":["logging","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/loglog/","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/anthonynguyen.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":"2017-08-15T15:10:38.000Z","updated_at":"2017-08-16T16:08:55.000Z","dependencies_parsed_at":"2022-11-01T22:01:03.523Z","dependency_job_id":null,"html_url":"https://github.com/anthonynguyen/loglog","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/anthonynguyen%2Floglog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Floglog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Floglog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Floglog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonynguyen","download_url":"https://codeload.github.com/anthonynguyen/loglog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239593064,"owners_count":19664855,"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"],"created_at":"2024-11-07T14:06:24.226Z","updated_at":"2025-02-19T03:34:48.800Z","avatar_url":"https://github.com/anthonynguyen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `loglog`\n\n[![loglog on Travis CI][travis-image]][travis]\n[![loglog on crates.io][cratesio-image]][cratesio]\n[![loglog on docs.rs][docsrs-image]][docsrs]\n\n[travis-image]: https://travis-ci.org/anthonynguyen/loglog.svg?branch=master\n[travis]: https://travis-ci.org/anthonynguyen/loglog\n[cratesio-image]: https://img.shields.io/crates/v/loglog.svg\n[cratesio]: https://crates.io/crates/loglog\n[docsrs-image]: https://docs.rs/loglog/badge.svg\n[docsrs]: https://docs.rs/loglog/\n\nA simple and usable logger.\n\n## Usage\n\nCreate the builder:\n\n```rust\nloglog::build()\n```\n\nConfigure the options:\n\n```rust\nloglog::build()\n    .time(Some(\"%H:%M\"))\n    .stdout(true)\n```\n\nFinally, set up and use the logger:\n\n```rust\nloglog::build()\n    .time(Some(\"%H:%M\"))\n    .stdout(true)\n    .init()\n    .unwrap();\n\ninfo!(\"Hello!\");\n```\n\nFor more information, please see the [documentation](https://docs.rs/loglog/).\n\n## License\n\nloglog is licensed under the MIT license. Please see the `LICENSE` file for more\ndetails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonynguyen%2Floglog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonynguyen%2Floglog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonynguyen%2Floglog/lists"}