Click or drag to resize

CaptureType Enumeration

The type of the captured hole

Namespace:  NLog.MessageTemplates
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
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