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
Writes to the system console, using colour to emphasise levels and to highlight structured data within log messages. Makes the ordinary console sink look ordinary! (_See also: [Literate Console](https://github.com/serilog/serilog-sinks-literate)_)
7
+
Writes to the system console. The colored console sink's boring cousin.
8
8
9
9
```csharp
10
10
varlog=newLoggerConfiguration()
11
-
.WriteTo.ColoredConsole()
11
+
.WriteTo.Console()
12
12
.CreateLogger();
13
13
```
14
-
Or in XML [app-settings format](https://github.com/serilog/serilog/wiki/AppSettings):
0 commit comments