wrapWidth constant

int const wrapWidth

The width to which dumpErrorToConsole will wrap lines.

This can be used to ensure strings will not exceed the length at which they will wrap, e.g. when placing ASCII art diagrams in messages.

Implementation

static const int wrapWidth = 100;