Skip to content

Commit 1dec4f2

Browse files
committed
Corrections [Skip CI]
1 parent c2ffd6e commit 1dec4f2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ The console sink for Serilog.
44

55
[![Build status](https://ci.appveyor.com/api/projects/status/w1w3m1wyk3in1c96/branch/master?svg=true)](https://ci.appveyor.com/project/serilog/serilog-sinks-console/branch/master) [![NuGet Version](http://img.shields.io/nuget/v/Serilog.Sinks.Console.svg?style=flat)](https://www.nuget.org/packages/Serilog.Sinks.Console/)
66

7-
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.
88

99
```csharp
1010
var log = new LoggerConfiguration()
11-
.WriteTo.ColoredConsole()
11+
.WriteTo.Console()
1212
.CreateLogger();
1313
```
14-
Or in XML [app-settings format](https://github.com/serilog/serilog/wiki/AppSettings):
15-
16-
```xml
17-
<add key="serilog:write-to:ColoredConsole" />
18-
```
1914

2015
* [Documentation](https://github.com/serilog/serilog/wiki)
2116

0 commit comments

Comments
 (0)