Class StartupContextLoggingExtensions
Provides extension methods related to open.mp logging for the IStartupContext.
public static class StartupContextLoggingExtensions
- Inheritance
-
StartupContextLoggingExtensions
- Inherited Members
Methods
UseOpenMpLogger(IStartupContext)
When called, sets the console output and error streams to log to the open.mp logger.
public static IStartupContext UseOpenMpLogger(this IStartupContext context)
Parameters
contextIStartupContextThe startup context.
Returns
- IStartupContext
The startup context.