maxLines property

int maxLines
final

The maximum number of lines to display in the console output.

The console will display up to maxLines lines before truncating.

Implementation

final int maxLines;