We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26d5a7 commit 4f95824Copy full SHA for 4f95824
Src/StackifyLib.nLog/StackifyTarget.cs
@@ -41,12 +41,13 @@ protected override void CloseTarget()
41
{
42
try
43
44
+ Utils.StackifyAPILogger.Log("NLog target closing");
45
_logClient.Close();
46
StackifyLib.Internal.Metrics.MetricClient.StopMetricsQueue();
-
47
}
48
- catch
+ catch (Exception ex)
49
50
+ Utils.StackifyAPILogger.Log("NLog target closing error: " + ex.ToString());
51
52
53
0 commit comments