{"id":29829102,"url":"https://github.com/beapp/beapp.library.logger.ios","last_synced_at":"2025-07-29T08:15:39.964Z","repository":{"id":56903646,"uuid":"186374497","full_name":"BeApp/beapp.library.logger.ios","owner":"BeApp","description":"This Pod allows you to centralize the logs of your app, and distribute them wherever you want.","archived":false,"fork":false,"pushed_at":"2023-11-03T11:33:23.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-13T22:45:52.998Z","etag":null,"topics":["ios","logger","logging"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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":null,"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}},"created_at":"2019-05-13T08:09:37.000Z","updated_at":"2023-09-19T07:32:40.000Z","dependencies_parsed_at":"2023-11-13T13:39:43.653Z","dependency_job_id":"c0a51f10-f989-4246-9462-caa0abe7ef61","html_url":"https://github.com/BeApp/beapp.library.logger.ios","commit_stats":{"total_commits":35,"total_committers":4,"mean_commits":8.75,"dds":0.4571428571428572,"last_synced_commit":"d31af1a4c6dbb855965888d78d2b5301f94fdf7a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/BeApp/beapp.library.logger.ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeApp","download_url":"https://codeload.github.com/BeApp/beapp.library.logger.ios/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeApp%2Fbeapp.library.logger.ios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267652882,"owners_count":24122101,"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-07-29T02:00:12.549Z","response_time":2574,"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","logger","logging"],"created_at":"2025-07-29T08:15:14.645Z","updated_at":"2025-07-29T08:15:39.958Z","avatar_url":"https://github.com/BeApp.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeappLogger\n\n[![CocoaPods](https://img.shields.io/cocoapods/v/BeappLogger.svg)](https://cocoapods.org/pods/BeappLogger)\n\nThis Pod allows you to centralize the logs of your app, and distribute them wherever you want, thanks to an Appender system\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Installation\n\nTo install it, simply add the following line to your Podfile:\n\n```\npod 'BeappLogger'\n```\n\n## Usage\n\nIn your AppDelegate\n\n```\nLogger.build(with: PrintAppender(), FileAppender(filename: \"app_log.txt\"))\n```\n\nor use the default Logger (`OSLogger.log` for iOS \u003e= 14.0 or `log` for iOS \u003c 14.0)\n\n```\nLogger.build()\n```\n\nThen, in your app, use it simply like this\n\n```\nLogger.debug(\"TEST\")\nLogger.info(\"TEST\")\nLogger.warn(\"TEST\")\nLogger.error(\"TEST\")\nLogger.trace()\n```\n\n### Result\n\n```\n2019-02-05 04:51:41.636 [💬][AppDelegate: application(_:didFinishLaunchingWithOptions:) (24)] TEST\n2019-02-05 04:51:41.652 [ℹ️][AppDelegate: application(_:didFinishLaunchingWithOptions:) (25)] TEST\n2019-02-05 04:51:41.652 [⚠️][AppDelegate: application(_:didFinishLaunchingWithOptions:) (26)] TEST\n2019-02-05 04:51:41.653 [🔥][AppDelegate: application(_:didFinishLaunchingWithOptions:) (27)] TEST\n```\n\n## Author\n\nBeapp, contact@beapp.fr\n\n## License\n\nBeappLogger 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%2Fbeapp%2Fbeapp.library.logger.ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeapp%2Fbeapp.library.logger.ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapp%2Fbeapp.library.logger.ios/lists"}