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