We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8021808 commit 98b74beCopy full SHA for 98b74be
1 file changed
README.md
@@ -7,6 +7,8 @@ instance basis.
7
It is conceptually similar to [AFHTTPRequestOperationLogger][], which works
8
globally across all `AFHTTPRequestOperationManager` instances.
9
10
+AFHTTPClientLogger supports logging via [CocoaLumberjack][] and will use its logging methods over `NSLog` if it's available.
11
+
12
## Usage
13
14
The logger is accessed via the `logger` property of an `AFHTTPRequestOperationManager` object
@@ -48,3 +50,4 @@ LICENSE file for details.
48
50
49
51
[AFNetworking]: http://afnetworking.com/
52
[AFHTTPRequestOperationLogger]: https://github.com/AFNetworking/AFHTTPRequestOperationLogger
53
+[CocoaLumberjack]: https://github.com/CocoaLumberjack/CocoaLumberjack
0 commit comments