{"id":21842164,"url":"https://github.com/fpg1503/fpgsilentlogger","last_synced_at":"2025-04-14T11:53:31.442Z","repository":{"id":56910679,"uuid":"44871257","full_name":"fpg1503/FPGSilentLogger","owner":"fpg1503","description":"🔌 Plug and play automatic error and navigation logging for iOS apps.","archived":false,"fork":false,"pushed_at":"2015-11-03T00:14:23.000Z","size":184,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T17:52:17.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/fpg1503.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":"2015-10-24T15:07:52.000Z","updated_at":"2016-11-16T17:06:55.000Z","dependencies_parsed_at":"2022-08-21T04:20:37.117Z","dependency_job_id":null,"html_url":"https://github.com/fpg1503/FPGSilentLogger","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FFPGSilentLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FFPGSilentLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FFPGSilentLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpg1503%2FFPGSilentLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpg1503","download_url":"https://codeload.github.com/fpg1503/FPGSilentLogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877982,"owners_count":21176241,"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":[],"created_at":"2024-11-27T22:10:47.655Z","updated_at":"2025-04-14T11:53:31.412Z","avatar_url":"https://github.com/fpg1503.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FPGSilentLogger\n\n[![CI Status](http://img.shields.io/travis/fpg1503/FPGSilentLogger.svg?style=flat)](https://travis-ci.org/Francesco Perrotti-Garcia/FPGSilentLogger)\n[![Version](https://img.shields.io/cocoapods/v/FPGSilentLogger.svg?style=flat)](http://cocoapods.org/pods/FPGSilentLogger)\n[![License](https://img.shields.io/cocoapods/l/FPGSilentLogger.svg?style=flat)](http://cocoapods.org/pods/FPGSilentLogger)\n[![Platform](https://img.shields.io/cocoapods/p/FPGSilentLogger.svg?style=flat)](http://cocoapods.org/pods/FPGSilentLogger)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n### What is FPGSilentLogger?\nFPGSilentLogger logs all generated erros and view controller lifecycle automatically! \n\n### How does it work?\nBy swizzling methods of our interest all instances of `NSError` and `UIViewController` are magically logged! We use [`JRSwizzle`](https://github.com/rentzsch/jrswizzle) so you are sure that *this package Does The Right Thing\u0026trade;*.\n\n### Customization\nSimply conform to `FPGLoggerDelegate` and call `+ [FPGLogger setDelegate:]` with your conformant object!\n\n```objective-c\n#pragma mark - FPGLoggerDelegate\n- (void)logString:(nonnull NSString *)string {\n    CLS_Log(@\"%@\", string);\n}\n\n- (nullable NSString *)logPrefix {\n    return @\"[FPG] \";\n}\n```\n\n## Installation\n\nFPGSilentLogger is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"FPGSilentLogger\"\n```\n\n## Author\n\nFrancesco Perrotti-Garcia, fpg1503@gmail.com\n\n## License\n\nFPGSilentLogger is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpg1503%2Ffpgsilentlogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpg1503%2Ffpgsilentlogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpg1503%2Ffpgsilentlogger/lists"}