TextConfig typedef

TextConfig = $Empty

Configuration for writing message data in text format.

Message payloads will be written to files as raw text, separated by a newline.

Implementation

typedef TextConfig = $Empty;