From 35c01d226d8e3ac3b7192038d860205277ab22bd Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 23 Oct 2013 18:19:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3dbcad..32bf580 100644 --- a/README.md +++ b/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.