Metadata >> NuGet >> elmah.bootstrapper

elmah.bootstrapper

Metadata

Authors Atif Aziz
Description Automatically registers ELMAH modules and handlers on application start-up instead of wiring via configuration (web.config).
Language en-US
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Atif Aziz
ProjectUrl https://elmah.github.io/
RequireLicenseAcceptance False
Summary Automatically registers ELMAH modules and handlers on application start-up.
Tags elmah error logging unhandled exception
Dependencies elmah.corelibrary:1.2.2:net40|Microsoft.Web.Infrastructure:1.0.0.0:net40|elmah.corelibrary:1.2.2:net45
Title ELMAH Bootstrapper
PackageSize 41369
PackageHashAlgorithm SHA512
PackageHash tr4L5Nh66ma5wLrAidgmeKQzhdEpRw3kFwvWXCRyC838SnfsHoVbGYPfUC2n8xO0bXa1EMxdD3lNUfI1meVpmQ==
DownloadCount 000000
CreatedDate 2015-08-28T17:45:44
ReleaseNotes Adds ErrorLog selection based on configuration conventions

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install elmah.bootstrapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install elmah.bootstrapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package elmah.bootstrapper
Installing the package (HTTP Basic authentication):
Install-Package elmah.bootstrapper -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package elmah.bootstrapper -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package elmah.bootstrapper

OpenWrap

Installing the package:
o add-wrap elmah.bootstrapper
Uninstalling the package:
o remove-wrap elmah.bootstrapper

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0-beta5
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta1