{"id":29829144,"url":"https://github.com/beapp/beapp.library.logger.android","last_synced_at":"2026-04-13T21:32:07.663Z","repository":{"id":92923341,"uuid":"235578629","full_name":"BeApp/beapp.library.logger.android","owner":"BeApp","description":"This library provides a logger mechanism inspired from both Timber and SLF4J.","archived":false,"fork":false,"pushed_at":"2024-02-06T11:51:19.000Z","size":147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-07-29T08:42:01.474Z","etag":null,"topics":["android","logger","logging"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeApp.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,"zenodo":null}},"created_at":"2020-01-22T13:24:22.000Z","updated_at":"2024-02-06T10:35:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f9e5d47-3307-49a9-a6a3-2a502f40d220","html_url":"https://github.com/BeApp/beapp.library.logger.android","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/BeApp/beapp.library.logger.android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeApp","download_url":"https://codeload.github.com/BeApp/beapp.library.logger.android/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","logger","logging"],"created_at":"2025-07-29T08:15:19.200Z","updated_at":"2026-04-13T21:32:07.637Z","avatar_url":"https://github.com/BeApp.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"This library provides a logger mechanism inspired from both [Timber](https://github.com/JakeWharton/timber) and [SLF4J](http://www.slf4j.org/).\n\n# Usage\n\nTwo steps are needed :\n\n1. Configure Logger with as much appenders you as want, in the onCreate of your application class\n2. Call `Logger`'s static methods everywhere throughout your app\n3. (optional) You can also use a different formatter to fit your needs on message formatting\n \n \n```kotlin\n\nLogger.add(DebugAppender(\"MyProjectTag\"))\nLogger.add(FirebaseCrashReportingAppender())\nLogger.add(HuaweiCrashReportingAppender())\nLogger.add(FileAppender(\"myproject-{date}.log\"))\n\n// Optional\nLogger.formatter(DefaultFormatter())\n\nLogger.trace(\"This is trace test number %d\", 1)\nLogger.debug(\"This is debug test number %d\", 1)\nLogger.info(\"This is info test number %d\", 1)\nLogger.warn(\"This is warning test number %d\", 1)\nLogger.error(\"This is error test number %d\", exception, 1)\n```\n\n# Installation\n\nAdd jcenter's repository in your project's repositories list, then add the dependency.\n\n```kotlin\nrepositories {\n\tjcenter()\n\t// ...\n\tmaven(url = \"http://repository.beapp.fr/libs-release-local\")\n}\n\ndependencies {\n\timplementation(\"fr.beapp.logger:logger:\u003clatest-release\u003e\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fbeapp.library.logger.android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeapp%2Fbeapp.library.logger.android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fbeapp.library.logger.android/lists"}