Merge pull request #248 from pettys/patch-1

Update doc to include info about TraceLogger
This commit is contained in:
Aaron Stannard 2017-07-19 13:51:01 -07:00 коммит произвёл GitHub
Родитель ba6dd9cb26 e342de476a
Коммит 548767ea62
1 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -17,10 +17,18 @@ _log.Debug("Some message");
```
## Standard Loggers
Akka.NET comes with two built in loggers.
Akka.NET comes with three built in loggers.
* __StandardOutLogger__
* __BusLogging__
* __TraceLogger__
Example configuration inside your app.config or web.config to use the `TraceLogger`:
```hocon
akka {
loggers = ["Akka.Event.TraceLogger, Akka"]
}
```
## Contrib Loggers
These loggers are also available as separate nuget packages