Click or drag to resize

CaptureType Enumeration

The type of the captured hole

Namespace:  NLog.MessageTemplates
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum CaptureType
Members
  Member nameValueDescription
Unknown0 Not decided
Normal1 normal {x}
Serialize2 Serialize operator {@x} (aka destructure)
Stringify3 stringification operator {$x}
See Also