Sabrina
Results
1
comments of
Sabrina
I have some experience hosting Metrics.Net inside a Windows Service (using Topshelf). In Program.cs I have the following Topshelf specific code: ``` var topshelfExitCode = HostFactory.Run(serviceConfiguration => { Log.Logger.Bootstrap(new ConfigurationFromAppConfig());...