Utileria.ControlExcepcion 1.1.3

dotnet add package Utileria.ControlExcepcion --version 1.1.3
NuGet\Install-Package Utileria.ControlExcepcion -Version 1.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Utileria.ControlExcepcion" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Utileria.ControlExcepcion --version 1.1.3
#r "nuget: Utileria.ControlExcepcion, 1.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Utileria.ControlExcepcion as a Cake Addin
#addin nuget:?package=Utileria.ControlExcepcion&version=1.1.3

// Install Utileria.ControlExcepcion as a Cake Tool
#tool nuget:?package=Utileria.ControlExcepcion&version=1.1.3

Librería para el registro de eventos de Excepcion en proyectos de .Net

La librería registra automaticamente todos los eventos de error en un log en la ruta configurada en: appSettings Key="Utileria.ControlExcepcion.RutaLog"

Los valores de RutaLog pueden ser los siguientes: 1.- ruta relativa al directorio virtual, Ejemplo: "\App_Data\DirectorioLogs" 2.- ruta completa de red "\NombreServidor\DirectorioLogs" 3.- ruta compartida del servidor que ejecuta el website ".\DirectorioLogs" (útil para sitios con balanceador de cargas)

Se genera un archivo mensual en donde se guardan todas las Excepciones que ocurren durante el mes.

La nomenclatura del archivo es la siguiente: LogError_AAMM.txt (AA = Año, MM = MES), Ejemplo: LogError_1912.txt para un archivo generado para el mes de Diciembre de 2019.

Se registra información de las Excepciones en formato Json para su uso y/o análisis posterior.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3 607 2/29/2020
1.1.2 632 2/27/2020
1.1.1 691 12/24/2019

Se hace configurable la ruta de los logs mediante appSettings Utileria.ControlExcepcion.RutaLog