babgvant / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Change error logger page index to be a string. #272

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Its currently impossible to write a realistic error logger for azure tables 
because you cannot index based on integers. Instead there should be an overload 
that accepts a string pageContinuation

Original issue reported on code.google.com by cipherzero on 22 Jan 2012 at 11:16

GoogleCodeExporter commented 8 years ago
Hi there!
Can you be a bit more specific about your requirements please?
Are you looking at the override on GetErrors?
If so what are you not able to simply cast the int to a string and go from 
there?

Cheers,

James

Original comment by jamesdriscoll71 on 24 Feb 2012 at 1:29