Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.37 KB

File metadata and controls

45 lines (32 loc) · 2.37 KB

Elm Diagnostics Module

This module handle and logs errors using ASP.NET Core Error Logging Middleware (ELM).

Version

1.6.0

Category

Infrastructure

Dependencies

This module has no dependencies.

Features

Name Elm Diagnostics (OrchardCoreContrib.Diagnostics.Elm)
Description Provides services to handle errors using Elm.
Dependencies

NuGet Packages

Name Version
OrchardCoreContrib.Diagnostics.Elm 1.6.0
OrchardCoreContrib.Diagnostics.Elm 1.5.0
OrchardCoreContrib.Diagnostics.Elm 1.4.1
OrchardCoreContrib.Diagnostics.Elm 1.4.0
OrchardCoreContrib.Diagnostics.Elm 1.3.0
OrchardCoreContrib.Diagnostics.Elm 1.2.0
OrchardCoreContrib.Diagnostics.Elm 1.1.0
OrchardCoreContrib.Diagnostics.Elm 1.0.0

Get Started

  1. Install the OrchardCoreContrib.Diagnostics.Elm NuGet package to your Orchard Core host project.
  2. Go to the admin site
  3. Select Configuration -> Features menu.
  4. Enable the Elm Diagnostics feature.
  5. Go to the site.
  6. Visit the ELm end-point by append /elm to the URL. In case you need to change the path, set the Path property of the OrchardCoreContrib_Diagnostics_Elm settings section from within appsettings.json.