VOOZH about

URL: https://www.nuget.org/packages/EaCloud.Exceptionless/

⇱ NuGet Gallery | EaCloud.Exceptionless 9.0.1.1




👁 Image
EaCloud.Exceptionless 9.0.1.1

dotnet add package EaCloud.Exceptionless --version 9.0.1.1
 
 
NuGet\Install-Package EaCloud.Exceptionless -Version 9.0.1.1
 
 
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="9.0.1.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud.Exceptionless" Version="9.0.1.1" />
 
Directory.Packages.props
<PackageReference Include="EaCloud.Exceptionless" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EaCloud.Exceptionless --version 9.0.1.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EaCloud.Exceptionless, 9.0.1.1"
 
 
#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.
#:package EaCloud.Exceptionless@9.0.1.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EaCloud.Exceptionless&version=9.0.1.1
 
Install as a Cake Addin
#tool nuget:?package=EaCloud.Exceptionless&version=9.0.1.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.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
9.0.1.1 303 10/22/2025
9.0.0.9 285 8/12/2025
9.0.0.8 234 7/5/2025
9.0.0.7 308 6/25/2025
9.0.0.6 310 6/18/2025
9.0.0.5 288 6/14/2025
9.0.0.4 300 5/8/2025
9.0.0.3 302 4/23/2025
9.0.0.2 305 4/11/2025
9.0.0.1 285 3/21/2025
8.0.1.9 287 11/15/2024
8.0.1.8 273 11/13/2024
8.0.1.7 290 10/9/2024
8.0.1.6 267 9/29/2024
8.0.1.5 266 9/13/2024
8.0.1.4 295 8/10/2024
8.0.1.3 286 8/7/2024
8.0.1.2 285 8/7/2024
8.0.1.1 254 8/7/2024
8.0.0.9 257 8/7/2024
Loading failed