Click or drag to resize

CaptureType Enumeration

The type of the captured hole

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