Elmah.Io.Client 4.2.39-pre

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Elmah.Io.Client.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Elmah.Io.Client --version 4.2.39-pre
NuGet\Install-Package Elmah.Io.Client -Version 4.2.39-pre
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="Elmah.Io.Client" Version="4.2.39-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Elmah.Io.Client --version 4.2.39-pre
#r "nuget: Elmah.Io.Client, 4.2.39-pre"
#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 Elmah.Io.Client as a Cake Addin
#addin nuget:?package=Elmah.Io.Client&version=4.2.39-pre&prerelease

// Install Elmah.Io.Client as a Cake Tool
#tool nuget:?package=Elmah.Io.Client&version=4.2.39-pre&prerelease

Elmah.Io.Client

Build status NuGet

Raw client for communicating with the elmah.io API.

Usage

To start logging, create a new instance of the ElmahioAPI class:

client = ElmahioAPI.Create(apiKey);

where apiKey is your API key found on your profile page at elmah.io.

Logging

Log messages either through the log method:

client.Messages.Log(logId, new Exception(), Severity.Error, "This is a bug");

or through one of the helpers:

client.Messages.Debug(logId, "A debug message");
client.Messages.Fatal(logId, exception, "This is a fatal bug");

Creating logs

Logs are containers for log messages. To create a new log for a new application, microservice or similar, use the Create method:

client.Logs.Create(new CreateLog("My log"));

Developing

Parts of this client is auto generated using NSwag. NSwag is an Open Source tool that can generate clients for many languages (like C#) from Swagger/OpenAPI 2.0 and 3.0 specs.

To generate a client from the most reason API specs, you first need to install NSwag. We recommend that you use the NPM package which can be installed with this:

npm install nswag -g

With this NSwag CLI tool, you can execute the following command in this folder to generate the newest client.

nswag run
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (22)

Showing the top 5 NuGet packages that depend on Elmah.Io.Client:

Package Downloads
Elmah.Io.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An elmah.io provider for ASP.NET Core

elmah.io The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ELMAH error logger for sending errors to elmah.io. This package include initial configuration for getting up and running with elmah.io from ASP.NET, MVC, Web API etc. Consider using one of the specialized packages instead (Elmah.Io.Mvc, Elmah.Io.WebApi etc.).

Serilog.Sinks.ElmahIo

Serilog sink that writes to elmah.io

Elmah.Io.Extensions.Logging The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An elmah.io provider for Microsoft.Extensions.Logging

Elmah.Io.NLog The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

elmah.io target for NLog

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.74-pre 170 3/12/2024
5.1.73-pre 389 2/29/2024
5.1.72-pre 821 1/10/2024
5.1.71-pre 3,964 11/15/2023
5.1.67-pre 441 10/9/2023
5.0.66 54,794 7/24/2023
4.4.56 71,758 3/21/2023
4.3.43 115,034 9/9/2022
4.2.40 70,966 6/15/2022
4.1.36 211,905 12/15/2021
4.0.29 162,451 8/17/2021
3.12.19 15,794 6/8/2021
3.11.15 33,907 5/6/2021
3.10.10 110,703 1/12/2021
3.9.90 78,981 8/12/2020
3.8.86 32,964 6/23/2020
3.7.80 141,029 2/29/2020
3.7.79 74,875 1/20/2020
3.6.73 47,668 9/17/2019
3.5.68 10,690 8/16/2019
3.5.67 41,520 8/12/2019
3.4.63 39,413 3/18/2019
3.3.61 49,682 1/23/2019
3.3.58 78,459 12/12/2018
3.3.57 2,670 12/3/2018
3.2.54 53,733 10/25/2018
3.2.53 39,220 7/18/2018
3.2.52 57,094 4/18/2018
3.2.50 127,780 2/19/2018
3.1.48 27,560 12/4/2017
3.0.47 3,536 11/15/2017
3.0.46 79,777 10/5/2017
2.0.29 153,109 6/24/2016