https://github.com/misinformeddna/elmah.azuretablestorage
Elmah plugin for Azure Table Storage
https://github.com/misinformeddna/elmah.azuretablestorage
Last synced: about 1 year ago
JSON representation
Elmah plugin for Azure Table Storage
- Host: GitHub
- URL: https://github.com/misinformeddna/elmah.azuretablestorage
- Owner: MisinformedDNA
- License: apache-2.0
- Created: 2013-11-29T15:54:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T19:29:46.000Z (almost 6 years ago)
- Last Synced: 2025-05-08T19:59:52.566Z (about 1 year ago)
- Language: C#
- Size: 45.9 KB
- Stars: 13
- Watchers: 4
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Elmah.AzureTableStorage)
Elmah.AzureTableStorage
======================
Elmah plugin for Azure Table Storage
Setup
-----
If you use NuGet to add this project, option 1 will be used, by default.
### Option 1
By connection string name:
Make sure you add an element under the `connectionStrings` element.
### Option 2
By application setting:
Make sure you add an element under the `appSettings` element.
### Option 3
By connection string:
Configuration Parameters
-----
### Application Name
Isolate per application in a single Elmah store
### Table Name
Set a custom table name (defaults to "Elmah"):