Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Oct 23, 2013
1 parent 629692b commit 35c01d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,8 @@
# AFHTTPRequestOperationLogger

`AFHTTPRequestOperationLogger` is an extension for [AFNetworking](http://github.com/AFNetworking/AFNetworking/) that logs HTTP requests as they are sent and received.
`AFHTTPRequestOperationLogger` is an extension for [AFNetworking 1.x](http://github.com/AFNetworking/AFNetworking/) that logs HTTP requests as they are sent and received.

### If you are looking for an AFNetworking 2-compatible logger, check out [AFNetworkActivityLogger](https://github.com/AFNetworking/AFNetworkActivityLogger)

> `AFHTTPRequestOperationLogger` listens for `AFNetworkingOperationDidStartNotification` and `AFNetworkingOperationDidFinishNotification` notifications, which are posted by AFNetworking as request operations are started and finish. For further customization of logging output, users are encouraged to implement desired functionality by listening for these notifications.
Expand Down

0 comments on commit 35c01d2

Please sign in to comment.