Serilog.Exceptions
Log exception details and custom properties that are not output in Exception.ToString().
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/RehanSaeed/Serilog.Exceptions
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Serilog.Exceptions
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet add package Serilog.Exceptions
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet add package Serilog.Exceptions.SqlServer
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet add package Serilog.Exceptions.MsSqlServer
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet add package Serilog.Exceptions.EntityFrameworkCore
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet add package Serilog.Exceptions.Refit
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
