Class OmpLoggerOptions
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
DebugLevel
The open.mp log level for messages with severity Debug.
public LogLevel DebugLevel { get; set; }
Property Value
ErrorLevel
The open.mp log level for messages with severity Error.
public LogLevel ErrorLevel { get; set; }
Property Value
InformationLevel
The open.mp log level for messages with severity Information.
public LogLevel InformationLevel { get; set; }
Property Value
TraceLevel
The open.mp log level for messages with severity Trace.
public LogLevel TraceLevel { get; set; }
Property Value
WarningLevel
The open.mp log level for messages with severity Warning.
public LogLevel WarningLevel { get; set; }