Closed GoogleCodeExporter closed 8 years ago
Thanks for taking the time to give feedback!
*My understanding your requirement...*
-Store non 200 http responses in the db
*Have you considered...*
-Subscribe to the PageCrawlCompleted event
-In the event handler Check the e.CrawlPage.HttpResponse.Status to see if
its ok/200
-If its non 200 then insert any data about the page that you want into your
db
Seems like your trying to use the current logger (that should mostly be
used for debugging) and adding a db appender which parses the log data when
it would easier to just call your data access class directly from the
PageCrawlCompleted event.
Original comment by sjdir...@gmail.com
on 30 May 2013 at 3:18
Original comment by sjdir...@gmail.com
on 30 May 2013 at 3:36
Good info - thanks. Got it.
Original comment by scott.wh...@gmail.com
on 30 May 2013 at 7:33
As my comment suggestion seemed to address the user's use case, marking this as
wont fix.
Original comment by sjdir...@gmail.com
on 29 Jun 2013 at 7:35
Original issue reported on code.google.com by
scott.wh...@gmail.com
on 29 May 2013 at 4:30