Open GoogleCodeExporter opened 8 years ago
That would be quite handy indeed. We are considering implementing such a feature
ourselves for Lokad.Cloud.
Original comment by joannes.vermorel
on 13 Sep 2009 at 3:52
Did you implement logging to table storage? If so, could you share the source
or
contribute it to the Elmah project SVN?
Original comment by pbsbac...@gmail.com
on 11 Nov 2009 at 8:59
Sorry, we did produce a hasty implementation not compatible with ELMAH based on
blob
storage. Microsoft will unveil a new native logging system for Azure in 1 week
from
now at PDC. It will hopefully clarify the situation.
Original comment by joannes.vermorel
on 11 Nov 2009 at 9:02
There is a Nuget package submitted by Wade Wegner that enables ELMAH to log
into Azure Table Storage: http://nuget.org/packages/WindowsAzure.ELMAH.Tables
Here is more info about it:
http://www.wadewegner.com/2011/08/using-elmah-in-windows-azure-with-table-storag
e/
It would be nice to have this out-of-the-box, with ELMAH.
Original comment by carlos.s...@gmail.com
on 11 Feb 2013 at 1:42
I have my own implementation, which is based on Wade Wegner's but fixes a few
issues with that code (key collisions, table row size limits). My plan is to
develop this into a more robust library. This will probably be hosted on github
for starters.
Original comment by wild.pei...@gmail.com
on 5 Jun 2013 at 7:51
Here's my project:
https://www.nuget.org/packages/Elmah.AzureTableStorage/
https://github.com/MisinformedDNA/Elmah.AzureTableStorage
If you like it, we could certainly integrate it into the core project.
NOTE 1: Due to SDK changes, Wade's version no longer works.
NOTE 2: It is not possible to get the correct total number of Elmah records
without retrieving every record and then counting them. This would be highly
inefficient. Instead, if the max number of records are displayed, then it adds
one so that the user knows to look to the next page for more records. See
GetErrors() in
https://github.com/MisinformedDNA/Elmah.AzureTableStorage/blob/master/src/Elmah.
AzureTableStorage/AzureTableStorageErrorLog.cs
Original comment by dfried...@dragondoor.com
on 10 Dec 2013 at 7:13
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/105
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of
any further development.
Original comment by azizatif
on 25 Aug 2015 at 8:16
Original issue reported on code.google.com by
pbsbac...@gmail.com
on 27 May 2009 at 1:30