Serilog.Exceptions
Log exception details and custom properties that are not output in Exception.ToString().
File Explorer
Download Latest Version (.zip)- BUG_REPORT.yml
- FEATURE_REQUEST.yml
- build.yml
- codeql-analysis.yml
- release-drafter.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- dependabot.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- release-drafter.yml
- SECURITY.md
- Serilog.Exceptions.Benchmark.DestructuringBenchmark-report-github.md
- Serilog.Exceptions.Benchmark.DestructuringBenchmark-report.csv
- Serilog.Exceptions.Benchmark.DestructuringBenchmark-report.html
- AssemblyInfo.cs
- BenchmarkException.cs
- BenchmarkExceptionDestructurer.cs
- DestructuringBenchmark.cs
- ExceptionPropertiesBag.cs
- Point.cs
- Program.cs
- Serilog.Exceptions.Benchmark.csproj
- .editorconfig
- Banner.png
- Hero.png
- Icon.png
- DestructuringOptionsBuilder.cs
- ExceptionEnricher.cs
- ExceptionPropertiesBag.cs
- IDestructuringOptions.cs
- IExceptionPropertiesBag.cs
- AggregateExceptionDestructurer.cs
- ArgumentExceptionDestructurer.cs
- ArgumentOutOfRangeExceptionDestructurer.cs
- ExceptionDestructurer.cs
- IExceptionDestructurer.cs
- OperationCanceledExceptionDestructurer.cs
- ReflectionBasedDestructurer.cs
- ReflectionTypeLoadExceptionDestructurer.cs
- RegexMatchTimeoutExceptionDestructurer.cs
- SocketExceptionDestructurer.cs
- TaskCanceledExceptionDestructurer.cs
- CompositeExceptionPropertyFilter.cs
- IExceptionPropertyFilter.cs
- IgnorePropertyByNameExceptionFilter.cs
- AssemblyInfo.cs
- ReflectionInfo.cs
- ReflectionInfoExtractor.cs
- ReflectionPropertyInfo.cs
- DictionaryExtensions.cs
- LoggerEnrichmentConfigurationExtensions.cs
- Resources.Designer.cs
- Resources.resx
- Serilog.Exceptions.csproj
- DbUpdateExceptionDestructurer.cs
- AssemblyInfo.cs
- Serilog.Exceptions.EntityFrameworkCore.csproj
- RpcExceptionDestructurer.cs
- AssemblyInfo.cs
- Serilog.Exceptions.Grpc.csproj
- SqlExceptionDestructurer.cs
- AssemblyInfo.cs
- Serilog.Exceptions.MsSqlServer.csproj
- ApiExceptionDestructurer.cs
- AssemblyInfo.cs
- Serilog.Exceptions.Refit.csproj
- SqlExceptionDestructurer.cs
- AssemblyInfo.cs
- Serilog.Exceptions.SqlServer.csproj
- Directory.Build.props
- AggregateExceptionDestructurerTest.cs
- ApiExceptionDestructurerTest.cs
- ArgumentExceptionDestructurerTest.cs
- ArgumentNullExceptionDestructurerTest.cs
- ArgumentOutOfRangeExceptionDestructurerTest.cs
- DbUpdateExceptionDestructurerTest.cs
- ExceptionDestructurerTest.cs
- ExceptionPropertiesBagTest.cs
- LogJsonOutputUtils.cs
- OperationCanceledExceptionDestructurerTest.cs
- ReflectionBasedDestructurerTest.cs
- RegexMatchTimeoutExceptionDestructurerTests.cs
- RpcExceptionDestructurerTest.cs
- SocketExceptionDestructurerTest.cs
- TaskCanceledExceptionDestructurerTest.cs
- CompositeExceptionPropertyFilterTest.cs
- AssemblyInfo.cs
- ReflectionInfoExtractorTest.cs
- DictionaryExtensionsTest.cs
- Serilog.Exceptions.Test.csproj
- .editorconfig
- Directory.Build.props
- AssemblyInfo.cs
- ExceptionFinderTool.csproj
- Program.cs
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
