{"id":16597337,"url":"https://github.com/cbess/timber","last_synced_at":"2025-04-04T23:22:53.090Z","repository":{"id":12749648,"uuid":"15422826","full_name":"cbess/Timber","owner":"cbess","description":"iOS and Mac app logging made easy. Batteries included.","archived":false,"fork":false,"pushed_at":"2022-02-26T15:29:14.000Z","size":26,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T20:02:00.594Z","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/cbess.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":"2013-12-24T17:51:27.000Z","updated_at":"2022-02-25T19:25:23.000Z","dependencies_parsed_at":"2022-08-21T05:20:33.774Z","dependency_job_id":null,"html_url":"https://github.com/cbess/Timber","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/cbess%2FTimber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FTimber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FTimber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FTimber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbess","download_url":"https://codeload.github.com/cbess/Timber/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247262923,"owners_count":20910326,"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-10-11T23:55:32.703Z","updated_at":"2025-04-04T23:22:53.070Z","avatar_url":"https://github.com/cbess.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Timber\n======\n\niOS and macOS app logging made easy, for the whole team.\n\n## Install\n\nCocoapods: `pod 'Timber'`\n\n`#import \u003cTimber.h\u003e`\n\n## Usage\n\n```objc\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {\n    CBTDebugMark();\n    \n    [CBTimber setLogTag:@\"test\" forUsername:@\"cbess\"];\n    //[CBTimber setLogTag:@\"test one\" forUsername:nil]; // overrides any tags specified by a username\n\n    CBTLogDebugt(@\"test tag\", @\"simple test log: %@\", @7);\n\n    return YES;\n}\n```\n\nEnable using:  \n`-D DEBUG=1` or `-D ENABLE_TIMBER=1`\n\n## Macros\n\nCBTLog(Level, Tag, Message, ...)  \nCBTDebugCode(BLOCK)  \nCBTDebugMark()\n\n#### Log macros\n\nCBTLogVerbose(MSG, ...)  \nCBTLogDebug(MSG, ...)  \nCBTLogInfo(MSG, ...)  \nCBTLogWarn(MSG, ...)  \nCBTLogError(MSG, ...)  \nCBTLogDebugError(`NSError`)  \n\n#### Log macros w/ tagging\n\nCBTLogVerboset(TAG, MSG, ...)  \nCBTLogDebugt(TAG, MSG, ...)  \nCBTLogInfot(TAG, MSG, ...)  \nCBTLogWarnt(TAG, MSG, ...)  \nCBTLogErrort(TAG, MSG, ...)  \n\n## Notes\n\nSee `CBTimber.h` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbess%2Ftimber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbess%2Ftimber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbess%2Ftimber/lists"}