We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea8872 commit 75be4f4Copy full SHA for 75be4f4
Source/Platforms/Log4net/ExceptionlessAppender.cs
@@ -14,6 +14,7 @@ public override void ActivateOptions() {
14
_client = new ExceptionlessClient(config => {
15
config.ApiKey = ApiKey;
16
config.ServerUrl = ServerUrl;
17
+ config.UseInMemoryStorage();
18
});
19
else
20
_client = ExceptionlessClient.Default;
Source/Platforms/NLog/ExceptionlessTarget.cs
@@ -26,6 +26,7 @@ protected override void InitializeTarget() {
26
27
28
29
30
31
32
0 commit comments