Our.Shield.Elmah
1.1.0
See the version list below for details.
Install-Package Our.Shield.Elmah -Version 1.1.0
dotnet add package Our.Shield.Elmah --version 1.1.0
<PackageReference Include="Our.Shield.Elmah" Version="1.1.0" />
paket add Our.Shield.Elmah --version 1.1.0
#r "nuget: Our.Shield.Elmah, 1.1.0"
// Install Our.Shield.Elmah as a Cake Addin
#addin nuget:?package=Our.Shield.Elmah&version=1.1.0
// Install Our.Shield.Elmah as a Cake Tool
#tool nuget:?package=Our.Shield.Elmah&version=1.1.0
An app plugin to Our.Shield.Core Umbraco Cms package adding the popular error logging library ELMAH to umbraco. Adds the ability to handle restricting access to ~/elmah.axd via white/black list of IP Addresses or whether the user is logged in as an authorised Umbraco User
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- elmah (= 1.2.2)
- Our.Shield.Core (= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Lowered the target umbraco version. Now can be installed against 7.3.0+ (previously 7.5.4+).
- Fixed issue where StackTrace not displaying when viewing more details of an issue when using with Elmah SQLServer nuget package.
- Added domain filtering on the report tab. Now will only show errors that have occured for the domains defined on the environment. If no domains defined (i.e. default enviroment) errors are return as before.