This commit is contained in:
Eugene Sadovoi 2018-04-18 11:20:16 -04:00 коммит произвёл GitHub
Родитель 8560889fc5
Коммит 307e587f59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -33,6 +33,6 @@ container.RegisterType<IService, Service>();
var service = container.Resolve<IService>();
```
- Log normally...
For more information see [this example](https://github.com/unitycontainer/examples/tree/master/src/Logging/Microsoft.Logging)