{"id":19252224,"url":"https://github.com/bellapplab/bllogger","last_synced_at":"2025-07-30T10:40:16.692Z","repository":{"id":36006493,"uuid":"40299712","full_name":"BellAppLab/BLLogger","owner":"BellAppLab","description":"A Swift dLog implementation.","archived":false,"fork":false,"pushed_at":"2018-10-23T14:27:18.000Z","size":1406,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T04:48:16.112Z","etag":null,"topics":["carthage","cocoapods","dlog","ios","macos","osx","swift","swift-dlog","swift-package-manager","tvos","watchos"],"latest_commit_sha":null,"homepage":null,"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/BellAppLab.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-08-06T10:45:34.000Z","updated_at":"2020-10-16T09:02:12.000Z","dependencies_parsed_at":"2022-08-17T22:00:32.253Z","dependency_job_id":null,"html_url":"https://github.com/BellAppLab/BLLogger","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FBLLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FBLLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FBLLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FBLLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BellAppLab","download_url":"https://codeload.github.com/BellAppLab/BLLogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240347928,"owners_count":19787236,"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":["carthage","cocoapods","dlog","ios","macos","osx","swift","swift-dlog","swift-package-manager","tvos","watchos"],"created_at":"2024-11-09T18:26:02.347Z","updated_at":"2025-02-23T16:50:35.355Z","avatar_url":"https://github.com/BellAppLab.png","language":"Swift","readme":"# BLLogger [![Version](https://img.shields.io/badge/Version-1.0.1-black.svg?style=flat)](#installation) [![License](https://img.shields.io/cocoapods/l/BLLogger.svg?style=flat)](#license)\n\n[![Platforms](https://img.shields.io/badge/Platforms-iOS\\watchOS|tvOS|macOS|Linux-brightgreen.svg?style=flat)](#installation)\n[![Swift support](https://img.shields.io/badge/Swift-3.3%20%7C%204.1%20%7C%204.2-red.svg?style=flat)](#swift-versions-support)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/BLLogger.svg?style=flat\u0026label=CocoaPods)](https://cocoapods.org/pods/BLLogger)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange.svg?style=flat)](https://github.com/apple/swift-package-manager)\n[![Twitter](https://img.shields.io/badge/Twitter-@BellAppLab-blue.svg?style=flat)](http://twitter.com/BellAppLab)\n\n![BLLogger](./Images/bllogger.png)\n\nA Swift dLog implementation.\n\nTo be quite honest, this is so simple that it's probably easier to just copy and paste the code directly into your project, instead of adding yet another dependency to it.\n\nYou can find the gist [here](https://gist.github.com/BellAppLab/cf99a9943f8a13df616e24e4e3b6e640).\n\n## Specs\n\n* iOS 9+\n* watchOS 3+\n* tvOS 9+\n* macOS 10.11+\n* Swift 3.3+\n\n## Usage\n\n``` swift\nfunc someFunction() {\n    dLog(\"This message will appear on your console when you're in debug mode\")\n    aLog(\"This message will always appear on your console\")\n}\n```\n\n## Configuration\n\nBLLogger works by using the `DEBUG` flag. As of [Xcode 8](https://stackoverflow.com/a/47395485/1603482) and above, no configuration is necessary for BLLogger to work.\n\n## Installation\n\n### Cocoapods\n\n```ruby\npod 'BLLogger', '~\u003e 1.0'\n```\n\nThen `import BLLogger` where needed.\n\n### Carthage\n\n```swift\ngithub \"BellAppLab/BLLogger\" ~\u003e 1.0\n```\n\nThen `import BLLogger` where needed.\n\n### Swift Package Manager\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/BellAppLab/BLLogger\", from: \"1.0\")\n]\n```\n\nThen `import BLLogger` where needed.\n\n### Git Submodules\n\n```shell\ncd toYourProjectsFolder\ngit submodule add -b submodule --name BLLogger https://github.com/BellAppLab/BLLogger.git\n```\n\nThen drag the `BLLogger` folder into your Xcode project.\n\n## Author\n\nBell App Lab, apps@bellapplab.com\n\n### Credits\n\n[Logo image](https://thenounproject.com/search/?q=log\u0026i=65876#) by [Ronald Cortez](https://thenounproject.com/RonaldCortez) from [The Noun Project](https://thenounproject.com/)\n\n## License\n\nBLLogger is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellapplab%2Fbllogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbellapplab%2Fbllogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellapplab%2Fbllogger/lists"}