Skip to content

Commit 15f4d06

Browse files
committed
Merge pull request #3 from rahul-malik/patch-1
Update README.md
2 parents 8021808 + 98b74be commit 15f4d06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ instance basis.
77
It is conceptually similar to [AFHTTPRequestOperationLogger][], which works
88
globally across all `AFHTTPRequestOperationManager` instances.
99

10+
AFHTTPClientLogger supports logging via [CocoaLumberjack][] and will use its logging methods over `NSLog` if it's available.
11+
1012
## Usage
1113

1214
The logger is accessed via the `logger` property of an `AFHTTPRequestOperationManager` object
@@ -48,3 +50,4 @@ LICENSE file for details.
4850
4951
[AFNetworking]: http://afnetworking.com/
5052
[AFHTTPRequestOperationLogger]: https://github.com/AFNetworking/AFHTTPRequestOperationLogger
53+
[CocoaLumberjack]: https://github.com/CocoaLumberjack/CocoaLumberjack

0 commit comments

Comments
 (0)