Destination MaxLevel Property NFX Class Library

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

Imposes a maximum log level constraint

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

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

Property Value

Type: OnlineNullable MessageType 
See Also