NumericsConfiguration.LogLevel Property

Gets or sets the maximum severity level of messages that are logged.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static int LogLevel { get; set; }

Property Value

Int32

Remarks

The default is None, indicating that nothing should be logged.

See Also