Table of Contents

Class StartupContextLoggingExtensions

Namespace
SampSharp.OpenMp.Core
Assembly
SampSharp.OpenMp.Core.dll

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

context IStartupContext

The startup context.

Returns

IStartupContext

The startup context.