In This Article

ValueListStyle Enum

Defines the style used when formatting a list of values for a log message.

public enum ValueListStyle

Fields

Name Description
Automatic

The style is automatically determined based on the content logged.

MultiLine

Values are defined on individual lines.

SingleLine

Values are delimited on a single line.

Extension Methods