You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to configure the sink using [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) by specifying the table name and connection string in `appsettings.json`:
@@ -51,9 +71,6 @@ In your application's `App.config` or `Web.config` file, specify the file sink a
51
71
</configuration>
52
72
```
53
73
54
-
### Async approach
55
-
It is possible to configure the collector using [Serilog.Sinks.Async](https://github.com/serilog/serilog-sinks-async) to have an async approach.
56
-
57
74
### Example Configuration for ASP.NET
58
75
59
76
```c#
@@ -140,3 +157,41 @@ public static class Program
140
157
}
141
158
}
142
159
```
160
+
161
+
### Change Log
162
+
163
+
9.0.0
164
+
* Breaking: Due to issue with creating provides from configuration
165
+
*`IDocumentFactory.Create` add AzureTableStorageSinkOptions and IKeyGenerator arguments
0 commit comments