Microsoft logging integration

Location: microsoft module.

microsoftLoggerFactory.AddVostok(vostokLog);

AddVostok extension adds a special implementation of ILoggerProvider from Microsoft.Extensions.Logging to given ILoggerFactory, based on provided Vostok ILog instance. It primarily serves to enable Vostok-based logging for AspNet.Core applications.

Last updated