Table of Contents

Class OmpLoggerOptions

Namespace
SampSharp.Entities
Assembly
SampSharp.OpenMp.Entities.dll

Provides options for OmpLoggerProvider.

public class OmpLoggerOptions
Inheritance
OmpLoggerOptions
Inherited Members

Constructors

OmpLoggerOptions()

public OmpLoggerOptions()

Properties

CriticalLevel

The open.mp log level for messages with severity Critical.

public LogLevel CriticalLevel { get; set; }

Property Value

LogLevel

DebugLevel

The open.mp log level for messages with severity Debug.

public LogLevel DebugLevel { get; set; }

Property Value

LogLevel

ErrorLevel

The open.mp log level for messages with severity Error.

public LogLevel ErrorLevel { get; set; }

Property Value

LogLevel

InformationLevel

The open.mp log level for messages with severity Information.

public LogLevel InformationLevel { get; set; }

Property Value

LogLevel

TraceLevel

The open.mp log level for messages with severity Trace.

public LogLevel TraceLevel { get; set; }

Property Value

LogLevel

WarningLevel

The open.mp log level for messages with severity Warning.

public LogLevel WarningLevel { get; set; }

Property Value

LogLevel