Destination MinLevel Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Imposes a minimum log level constraint

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute("$min-level")]
public Nullable<MessageType> MinLevel { get; set; }

Property Value

Type: OnlineNullable MessageType 
See Also