Serilog.Exceptions

(โ˜… 538)

Log exception details and custom properties that are not output in Exception.ToString().

  • .editorconfig
  • .gitattributes
  • .gitignore
  • appveyor.yml
  • azure-pipelines.yml
  • build.cake
  • Directory.Build.props
  • Directory.Build.targets
  • dotnet-tools.json
  • global.json
  • Key.snk
  • LICENSE.md
  • README.md
  • renovate.json
  • Serilog.Exceptions.sln

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/RehanSaeed/Serilog.Exceptions

Downloads the entire project code from GitHub to your computer.

cd Serilog.Exceptions

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet add package Serilog.Exceptions

Type this command into your terminal and run it.

dotnet add package Serilog.Exceptions.SqlServer

Type this command into your terminal and run it.

dotnet add package Serilog.Exceptions.MsSqlServer

Type this command into your terminal and run it.

dotnet add package Serilog.Exceptions.EntityFrameworkCore

Type this command into your terminal and run it.

dotnet add package Serilog.Exceptions.Refit

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation