{"id":17225423,"url":"https://github.com/rommansabbir/vlogx","last_synced_at":"2025-03-25T17:23:11.773Z","repository":{"id":175783693,"uuid":"654468114","full_name":"rommansabbir/VLogX","owner":"rommansabbir","description":"A visual logger for Android","archived":false,"fork":false,"pushed_at":"2023-07-07T09:28:51.000Z","size":141,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T15:16:46.084Z","etag":null,"topics":["android","androidlibrary","androidlogger","androidlogginglib","commander","kotlin","logger","logging","visuallog","visuallogging"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rommansabbir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-06-16T07:39:06.000Z","updated_at":"2024-07-06T11:16:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c472196-0fd7-452c-b9d3-97d934fdc113","html_url":"https://github.com/rommansabbir/VLogX","commit_stats":null,"previous_names":["rommansabbir/vlogx"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FVLogX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FVLogX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FVLogX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rommansabbir%2FVLogX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rommansabbir","download_url":"https://codeload.github.com/rommansabbir/VLogX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245507868,"owners_count":20626686,"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","androidlibrary","androidlogger","androidlogginglib","commander","kotlin","logger","logging","visuallog","visuallogging"],"created_at":"2024-10-15T04:13:31.025Z","updated_at":"2025-03-25T17:23:11.731Z","avatar_url":"https://github.com/rommansabbir.png","language":"Kotlin","readme":"![VlogX](https://github.com/rommansabbir/VLogX/assets/25950083/0390236c-6ac1-4200-b046-35cc744edeea)\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#getting-started-quick)\n\n \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://android-arsenal.com/details/1/8160\"\u003e\u003cimg alt=\"Maintained\" src=\"https://img.shields.io/badge/Android%20Arsenal-VLogX-green.svg?style=flat\" height=\"20\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n \u003cp align=\"center\"\u003e\n     \u003ca href=\"https://github.com/rommansabbir/VLogX\"\u003e\u003cimg alt=\"Maintained\" src=\"https://img.shields.io/badge/Maintained_Actively%3F-Yes-green.svg\" height=\"20\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n \u003cp align=\"center\"\u003e\n     \u003ca href=\"https://jitpack.io/#rommansabbir/VLogX\"\u003e\u003cimg alt=\"JitPack\" src=\"https://img.shields.io/badge/JitPack-Yes-green.svg?style=flat\" height=\"20\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e ⚡ Latest Version: 1.0.0 🔰\u003c/h1\u003e\n\n- Send log to VLogX while the application is in **Debug Mode** only.\n- Simple APIs to show and manage logs.\n- Allows to clear existing logs before sending new a log.\n- Auto close the log view by calling specific API or press the close button.\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#getting-started-quick)\n\n\u003ch1 align=\"center\"\u003eInstallation\u003c/h1\u003e\n\n## ➤ Step 1:\n\nAdd the JitPack repository to your build file .\n\n```gradle\n    allprojects {\n        repositories {\n            maven { url 'https://jitpack.io' }\n        }\n    }\n```\n\n## ➤ Step 2:\n\nAdd the dependency.\n\n```gradle\n    dependencies {\n            implementation 'com.github.rommansabbir:vlogx:1.0.0'\n    }\n```\n\n## ➤ Step 3:\nInitialize `VLogX` from your `Application.onCreate()`\n```` kotlin\n    VLogXService.init(this)\n````\n\n## ➤ Step 4:\n- Send a new log.\n````kotlin\n    sendLog(\"This is our first log :D *-*\")\n````\n\n- Clear existing logs.\n\n````kotlin\n    clearLog()\n````\n- Clear existing and exit VLogX.\n\n````kotlin\n    clearAndCloseLog()\n````\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#getting-started-quick)\n\n\n\u003ch1 align=\"center\"\u003eNotes:\u003c/h1\u003e\n\n- **VLogX** is desgined to work only in **Debug Mode** to prevent showing senstive logs to the product users.\n\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#getting-started-quick)\n\n\u003ch1 align=\"center\"\u003eContributors:\u003c/h1\u003e\n\n- Amanullah Sarker\n- Romman Sabbir\n\n\n[![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#getting-started-quick)\n\n\n\n### License\n\n[Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n````html\nCopyright (C) 2023 VLogX\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n````\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frommansabbir%2Fvlogx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frommansabbir%2Fvlogx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frommansabbir%2Fvlogx/lists"}