{"id":30672946,"url":"https://github.com/janlionly/logview","last_synced_at":"2025-09-01T05:40:07.456Z","repository":{"id":56920007,"uuid":"411160688","full_name":"janlionly/LogView","owner":"janlionly","description":"Put your interesting logs into view for showing.","archived":false,"fork":false,"pushed_at":"2021-10-21T03:12:20.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T04:38:33.125Z","etag":null,"topics":["ios","log","logviewer","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/janlionly.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":"2021-09-28T06:20:17.000Z","updated_at":"2022-09-24T03:08:49.000Z","dependencies_parsed_at":"2022-08-20T21:50:31.245Z","dependency_job_id":null,"html_url":"https://github.com/janlionly/LogView","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/janlionly/LogView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlionly%2FLogView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlionly%2FLogView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlionly%2FLogView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlionly%2FLogView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janlionly","download_url":"https://codeload.github.com/janlionly/LogView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janlionly%2FLogView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273077227,"owners_count":25041358,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ios","log","logviewer","swift"],"created_at":"2025-09-01T05:40:06.217Z","updated_at":"2025-09-01T05:40:07.410Z","avatar_url":"https://github.com/janlionly.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogView\n[![Version](https://img.shields.io/cocoapods/v/LogView.svg?style=flat)](https://cocoapods.org/pods/LogView)\n[![License](https://img.shields.io/cocoapods/l/LogView.svg?style=flat)](https://github.com/janlionly/LogView/blob/master/LICENSE)\n[![Platform](https://img.shields.io/cocoapods/p/LogView.svg?style=flat)](https://github.com/janlionly/LogView)\n![Swift](https://img.shields.io/badge/%20in-swift%204.2-orange.svg)\n\n\u003cimg src=\"https://github.com/janlionly/Resources/blob/main/IMG_1366.PNG\" width=\"250\" height=\"541\"\u003e\n\n## Description\n\n**LogView** is a debugging tool view, you can put your interesting logs into view for showing, it support to pan for moving and show/hide using your two finger double tap.\n\n## Installation\n\n### CocoaPods\n\n```ruby\npod 'LogView'\n```\n\n### Swift Package Manager\n\n- iOS: Open Xcode, File-\u003eSwift Packages, search input **https://github.com/janlionly/LogView.git**, and then select Version Up to Next Major **1.1.2** \u003c .\n- Or add dependencies in your `Package.swift`:\n\n```swift\n.package(url: \"https://github.com/janlionly/LogView.git\", .upToNextMajor(from: \"1.1.2\")),\n```\n\n## Usage\n\n```swift\n// switch\nLogView.shared.isDebug = true\n\nDispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {\n  let logView = LogView.shared\n\t// optional: your can customize initial frame\n\tlogView.frame = CGRect(x:0, y:0, width: 200, height: 300)\n\n\t// make logView visible. Just call it only if the logView donot show.\n\tlogView.makeVisible()\n\n\t// append your logs\n\tlogView.append(log: \"REQUEST API: xxx\")\n}\n```\n\n## Requirements\n\n- iOS 9.0+\n- Swift 4.2 to 5.0+\n\n## Author\n\nVisit my github: [janlionly](https://github.com/janlionly)\u003cbr\u003e\nContact with me by email: janlionly@gmail.com\n\n## Contribute\n\nI would love you to contribute to **LogView**\n\n## License\n\n**LogView** is available under the MIT license. See the [LICENSE](https://github.com/janlionly/LogView/blob/master/LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlionly%2Flogview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanlionly%2Flogview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanlionly%2Flogview/lists"}