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
**Serilog.Formatting.Log4Net** provides the `Log4NetTextFormatter` class which implements Serilog's [ITextFormatter](https://github.com/serilog/serilog/blob/v2.0.0/src/Serilog/Formatting/ITextFormatter.cs#L20-L31) interface.
16
16
17
-
Here's how to use it with a file sink in a simple *Hello World* app:
17
+
Here's how to use it with a [file sink](https://www.nuget.org/packages/Serilog.Sinks.File/) in a simple *Hello World* app:
18
18
19
19
```c#
20
20
usingSystem;
@@ -23,13 +23,14 @@ using Serilog.Formatting.Log4Net;
0 commit comments