errlog.io.core 1.1.25

dotnet add package errlog.io.core --version 1.1.25
NuGet\Install-Package errlog.io.core -Version 1.1.25
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="errlog.io.core" Version="1.1.25" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add errlog.io.core --version 1.1.25
#r "nuget: errlog.io.core, 1.1.25"
#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 errlog.io.core as a Cake Addin
#addin nuget:?package=errlog.io.core&version=1.1.25

// Install errlog.io.core as a Cake Tool
#tool nuget:?package=errlog.io.core&version=1.1.25

Thanks for installing ErrLog.IO!

Thank you for installing Kutamo's ErrLog.IO Exception & Error Logger. We hope this tool will help you capture and manage errors in your applications and systems.

Getting Started

https://www.errlog.io/docs/etting-started/

With ErrLog.IO is very easy to capture and log your .Net exceptions and errors. The code is as simple as this:

Code Example - C#

ErrLog.settings.apikey = "[Your API Key]";
Exception ex = Server.GetLastError().GetBaseException();
ErrLogger.logger.logexception(ex);			

Code Example - Javascript

<script async src="https://relay.errlog.io/js/v1?apikey=[your API key]"></script>

More Support

For complete product information, take a look at https://www.errlog.io For support, contact us at support@errlog.io. # Release History

ErrLog.IO.1.1.25

Updates - Minor performance improvements, removal of dependences

ErrLog.IO.Core.1.1.25

Updates - Release of .Net Core 2.0 Packages

ErrLog.IO.1.1.24

Updates - In some instances, posting to our error relay nodes failes due to firewall or NAT issues. Additional logging has been added to help diagnose these issues.

ErrLog.IO.1.1.21

Updates - Consolidating codebase into a single DLL for simplicity.

ErrLog.IO.1.1.21

Minor Updates - updates to our data object class, ELDataClass, so that it is strongly signed as well.

ErrLog.IO.1.1.20

Updates - including strongly signed package and minor bug fixes. Better handling of unpresented namespaces for .Net usage

ErrLog.IO.1.1.19

Bug Fix - Well, that's embarassing. We left our favicon in the nuget package. Not that we mind others using our icon... 😃

ErrLog.IO.1.1.18

Bug Fix - Fixing minor keyword exclusion issue

ErrLog.IO.1.1.17

Updates - Adding additional iteration through Exception frames to identify originating line/col number of errors as well as other data.

ErrLog.IO.1.1.16

Updates - Improved querystring logging

ErrLog.IO.1.1.15

Bug Fix - CORS restriction on package relaying

ErrLog.IO.1.1.10

Updates - IP Address detection, additional filename validation

ErrLog.IO.1.1.9

Updates - Slack Webhook integration

ErrLog.IO.1.1.8

Updates - Expanding assembly version reflection and inclusion in logging

ErrLog.IO.1.1.7

Updates - Additional error handling

ErrLog.IO.1.1.6

Updates - Adding settings.throw_exception to throw an actual exception after logging errors.

ErrLog.IO.1.1.5

Updates - Exposing settings.verbose_logging to enable additional console logging for debugging purposes 

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 netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.25 748 11/18/2018

Bug fixes and performance improvements - see https://www.errlog.io/releases for more details.