feat : 덤프 남기는 기능 추가 (셋팅값 힙 덤프)

This commit is contained in:
qornwh1
2026-03-04 17:29:36 +09:00
parent 42f0ef14f2
commit 2be1302b24
6 changed files with 355 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
using ClientTester.DummyService;
using ClientTester.EchoDummyService;
using ClientTester.Utils;
using Serilog;
class EcoClientTester
@@ -79,6 +80,9 @@ class EcoClientTester
private static async Task Main(string[] args)
{
// 크래시 덤프 핸들러 (Release: .log + .dmp / Debug: .log)
CrashDumpHandler.Register();
// .MinimumLevel.Warning() // Warning 이상만 출력 배포시
string timestamp = DateTime.Now.ToString("yyyy-MM-dd_HH-mm-ss");