Skip to content

Commit 5edc222

Browse files
author
admin
committed
클라이언트의 비정상 종료 시 클라이언트 측 로그를 남기도록 수정
1 parent e03de99 commit 5edc222

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

client/Ntreev.Crema.ApplicationHost/FileExceptionPublisher.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
using System.Linq;
2424
using System.Text;
2525
using System.Threading.Tasks;
26+
using Ntreev.Crema.Services;
2627

2728
namespace Ntreev.Crema.ApplicationHost
2829
{
@@ -37,6 +38,8 @@ protected virtual string FileName
3738
protected override void OnPublish(object exceptionObject, string exceptionMessage)
3839
{
3940
FileUtility.WriteAllText(exceptionMessage, this.FileName);
41+
42+
CremaLog.Error(exceptionObject);
4043
}
4144
}
4245
}

0 commit comments

Comments
 (0)