lines property

List<String> lines
final

Pre-formatted lines as produced by the app's LogPrinter — rendered as-is (monospace) in the log detail view.

Implementation

final List<String> lines;