This repository was archived by the owner on Mar 9, 2019. It is now read-only.
Thanood/Topshelf.Common.Logging
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Usage
Configure Common.Logging in your project and use it like this:
HostFactory.New(x =>
{
x.UseCommonLogging();
});