# DotNet-ExceptionlessDemo **Repository Path**: yus1977/DotNet-ExceptionlessDemo ## Basic Information - **Project Name**: DotNet-ExceptionlessDemo - **Description**: Exceptionless日志系统的使用Demo - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-05-12 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ExceptionlessDemo Exceptionless日志系统的使用Demo > 安装组件 ```c# //与AspNetCode集成 Install-Package Exceptionless.AspNetCore //与Nlog集成 Install-Package NLog.Web.AspNetCore Install-Package Exceptionless.NLog ```