{"id":18792404,"url":"https://github.com/emanprague/logger-ktx","last_synced_at":"2026-05-20T10:02:09.095Z","repository":{"id":87748631,"uuid":"176978421","full_name":"eManPrague/logger-ktx","owner":"eManPrague","description":"Logger KTX is a set of Kotlin extensions around logger","archived":false,"fork":false,"pushed_at":"2021-08-23T19:28:22.000Z","size":145,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-21T15:14:58.049Z","etag":null,"topics":["android","kotlin","kotlin-android","ktx","logger","timber"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/eManPrague.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-03-21T15:54:35.000Z","updated_at":"2021-08-23T19:28:25.000Z","dependencies_parsed_at":"2023-03-11T13:45:58.335Z","dependency_job_id":null,"html_url":"https://github.com/eManPrague/logger-ktx","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eManPrague/logger-ktx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Flogger-ktx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Flogger-ktx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Flogger-ktx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Flogger-ktx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eManPrague","download_url":"https://codeload.github.com/eManPrague/logger-ktx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eManPrague%2Flogger-ktx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263588338,"owners_count":23484906,"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","kotlin","kotlin-android","ktx","logger","timber"],"created_at":"2024-11-07T21:19:44.936Z","updated_at":"2026-05-20T10:02:08.982Z","avatar_url":"https://github.com/eManPrague.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/github/v/release/eManPrague/logger-ktx)](https://github.com/eManPrague/logger-ktx/releases/tag/v0.2.0)\n\n## Logger KTX\nLogger Android Kotlin extension library. \nCurrently supported log libs:\n* [Timber](https://github.com/JakeWharton/timber) by Jake Wharton\n\n### Usage\n:warning: The artifacts were moved from JCenter.\n\nAll artifacts are available and distributed using the [eMan Nexus](https://nexus.eman.cz/service/rest/repository/browse/maven-public/) repository.\nAdd the repository to project `build.gradle.kts` (`build.gradle`) file.\n\n```kotlin\nallprojects {\n\n    repositories {\n        ...\n        maven(url = \"https://nexus.eman.cz/repository/maven-public\")\n    }\n}\n```\n\n```groovy\nallprojects {\n\n    repositories {\n        ...\n        maven { url 'https://nexus.eman.cz/repository/maven-public' }\n    }\n}\n```\n\n### Download\n\n#### Timber Extension\n```groovy\nimplementation 'cz.eman.logger:timber-ktx:0.2.0'\n```\n\n```kotlin\nimplementation(\"cz.eman.logger:timber-ktx:0.2.0\")\n```\n\n### Sample\nSample demo application where usage of all features is shown.\n\n### License\n```\nMIT License\n\nCopyright (c) 2019 eMan s.r.o.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanprague%2Flogger-ktx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femanprague%2Flogger-ktx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanprague%2Flogger-ktx/lists"}