mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #586] [MERGED] Add logging mechanism #684
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/586
Author: @svoip
Created: 4/20/2020
Status: ✅ Merged
Merged: 5/6/2020
Merged by: @phimage
Base:
master← Head:add-logging-mechanism📝 Commits (4)
72c6919Define logging protocol5e11fdeImplement logging usagese2068d4Add more log traces, set demo logging level0bc09f1Modify log calls📊 Changes
11 files changed (+134 additions, -8 deletions)
View changed files
📝
Demo/Common/ViewController.swift(+3 -0)📝
OAuthSwift.xcodeproj/project.pbxproj(+10 -6)📝
Sources/Handler/ASWebAuthenticationURLHandler.swift(+2 -0)📝
Sources/Handler/OAuthWebViewController.swift(+3 -0)📝
Sources/Handler/SFAuthenticationURLHandler.swift(+1 -0)📝
Sources/Handler/SafariURLHandler.swift(+3 -0)📝
Sources/OAuth2Swift.swift(+22 -2)➕
Sources/OAuthLogProtocol.swift(+67 -0)📝
Sources/OAuthSwift.swift(+14 -0)📝
Sources/OAuthSwiftCredential.swift(+7 -0)📝
Sources/OAuthSwiftHTTPRequest.swift(+2 -0)📄 Description
Can you check please if the log definitions and log calls are ok?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.