Click or drag to resize

CaptureType Enumeration

The type of the captured hole

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