EaCloud.Exceptionless 7.0.7.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package EaCloud.Exceptionless --version 7.0.7.4
NuGet\Install-Package EaCloud.Exceptionless -Version 7.0.7.4
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="EaCloud.Exceptionless" Version="7.0.7.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EaCloud.Exceptionless --version 7.0.7.4
#r "nuget: EaCloud.Exceptionless, 7.0.7.4"
#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 EaCloud.Exceptionless as a Cake Addin
#addin nuget:?package=EaCloud.Exceptionless&version=7.0.7.4

// Install EaCloud.Exceptionless as a Cake Tool
#tool nuget:?package=EaCloud.Exceptionless&version=7.0.7.4

EaCloud Exceptionless 分布式日志组件

Member project of EaCloud Team NuGet Badge GitHub license

说明

  1. EaCloud Exceptionless 分布式日志组件,封装基于 Exceptionless 分布式日志记录实现。
  2. 此组件用于记录日志信息到Exceptionless服务器(可以是官方服务器或者自部属服务器)中。

使用方法

  1. 通过nuget引用 EaCloud.Exceptionless 程序集
Install-Package EaCloud.Exceptionless
  1. appsettings.json 中 的 EaCloud 节点下添加如下配置节点
{
  "EaCloud": {
    //分布式日志配置
    "Exceptionless": {
      "ApiKey": "你的ApiKey", //ApiKey不能为空
      "ServerUrl": null, //如果使用官方服务器,`ServerUrl`保持为`null`即可,如果使用自部属的服务器,则改为服务器地址
      "LogLevel": [ "Trace", "Debug", "Info", "Warn", "Error", "Fatal" ], //日志级别:Trace[T]、Debug[D]、Info[I]、Warn[W]、Error[E]、Fatal[F]。为空启用所有级别
      "Enabled": true //是否启用
    }
  }
}

配置说明:

  • ApiKey不能为空,
  • 如果使用官方服务器,ServerUrl保持为null即可,如果使用自部属的服务器,则改为服务器地址
  1. 如果要禁用该模块,设置Enabled: false即可

  2. ExceptionLess官网:https://exceptionless.com

交流

QQ WeChat
QQ群号:863605868 微信号:SeonHu
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
7.0.7.9 45 5/15/2024
7.0.7.8 50 5/10/2024
7.0.7.7 59 5/9/2024
7.0.7.6 62 5/9/2024
7.0.7.5 87 5/7/2024
7.0.7.4 79 4/28/2024
7.0.7.3 86 4/26/2024
7.0.7.2 81 4/21/2024
7.0.7.1 73 4/19/2024
7.0.6.9 79 4/15/2024
7.0.6.8 72 4/11/2024
7.0.6.7 75 4/11/2024
7.0.6.6 70 4/7/2024
7.0.6.5 80 4/7/2024
7.0.6.4 83 4/7/2024
7.0.6.3 85 4/7/2024
7.0.6.2 79 4/3/2024
7.0.6.1 79 4/3/2024
7.0.5.9 75 3/27/2024
7.0.5.8 74 3/23/2024
7.0.5.7 83 3/17/2024
7.0.5.6 78 3/17/2024
7.0.5.5 91 3/16/2024
7.0.5.4 87 3/13/2024
7.0.5.3 84 3/13/2024
7.0.5.2 97 3/6/2024
7.0.5.1 77 2/21/2024
7.0.4.9 100 2/21/2024
7.0.4.8 85 2/18/2024
7.0.4.7 88 2/5/2024
7.0.4.6 85 2/1/2024
7.0.4.5 92 1/26/2024
7.0.4.4 90 1/22/2024
7.0.4.3 100 1/17/2024
7.0.4.2 86 1/16/2024
7.0.4.1 89 1/16/2024
7.0.3.9 85 1/15/2024
7.0.3.8 114 1/3/2024
7.0.3.7 119 12/28/2023
7.0.3.6 111 12/27/2023
7.0.3.5 97 12/22/2023
7.0.3.4 102 12/22/2023
7.0.3.3 116 12/13/2023
7.0.3.2 86 12/13/2023
7.0.3.1 90 12/12/2023
7.0.2.9 126 11/26/2023
7.0.2.8 103 11/26/2023
7.0.2.7 124 9/26/2023
7.0.2.6 101 9/25/2023
7.0.2.5 114 9/15/2023
7.0.2.4 126 7/27/2023
7.0.2.3 168 7/22/2023
7.0.2.2 155 7/22/2023
7.0.2.1 156 7/21/2023
7.0.1.9 149 7/21/2023
7.0.1.8 140 7/20/2023
7.0.1.7 146 7/20/2023
7.0.1.6 157 7/4/2023
7.0.1.5 132 6/16/2023
7.0.1.4 146 6/13/2023
7.0.1.3 162 6/8/2023
7.0.1.2 143 6/2/2023
7.0.1.1 173 5/11/2023
7.0.0.9 158 5/10/2023
7.0.0.8 149 5/10/2023
7.0.0.7 175 4/19/2023
7.0.0.6 182 4/18/2023
7.0.0.5 218 3/27/2023
7.0.0.4 218 3/23/2023
7.0.0.3 279 1/31/2023
7.0.0.2 282 1/30/2023
7.0.0.1 307 12/24/2022
6.0.2.5 352 11/16/2022
6.0.2.4 333 11/10/2022
6.0.2.3 417 10/11/2022
6.0.2.2 464 9/23/2022
6.0.2.1 476 8/14/2022
6.0.1.9 470 8/13/2022
6.0.1.8 489 6/6/2022
6.0.1.7 522 5/26/2022
6.0.1.6 515 5/11/2022
6.0.1.5 508 5/10/2022
6.0.1.4 566 4/8/2022
6.0.1.3 569 4/2/2022
6.0.1.2 538 4/2/2022
6.0.1.1 534 3/18/2022
6.0.0.9 446 3/5/2022
6.0.0.8 460 2/19/2022
6.0.0.7 442 2/15/2022
6.0.0.6 449 2/14/2022
6.0.0.5 487 1/28/2022
6.0.0.4 489 1/13/2022
6.0.0.3 473 1/12/2022
6.0.0.2 336 12/21/2021
6.0.0.1 329 12/13/2021
5.0.3.7 403 10/16/2021
5.0.3.6 318 10/14/2021
5.0.3.5 310 10/13/2021
5.0.3.4 364 10/8/2021
5.0.3.3 334 9/17/2021
5.0.3.2 369 9/16/2021
5.0.3.1 322 9/15/2021
5.0.2.9 310 9/15/2021
5.0.2.8 337 8/31/2021
5.0.2.7 379 8/28/2021
5.0.2.6 348 8/22/2021
5.0.2.5 335 8/13/2021
5.0.2.4 350 8/13/2021
5.0.2.3 394 7/8/2021
5.0.2.2 352 7/1/2021
5.0.2.1 409 6/16/2021
5.0.1.9 363 5/12/2021
5.0.1.8 326 5/9/2021
5.0.1.7 387 5/7/2021
5.0.1.6 394 4/17/2021
5.0.1.5 351 4/16/2021
5.0.1.4 349 4/15/2021
5.0.1.3 334 4/15/2021
5.0.1.2 353 4/12/2021
5.0.1.1 367 4/8/2021