Enum Destructuring
Instructs the logger on how to store information about provided parameters.
public enum Destructuring
Fields
Default = 0
Convert known types and objects to scalars, arrays to sequences.
Destructure = 2
Convert known types to scalars, destructure objects and collections into sequences and structures. Prefix name with '@'.
Stringify = 1
Convert all types to scalar strings. Prefix name with '$'.