OutputEvent constructor

OutputEvent(
  1. LogEvent origin,
  2. List<String> lines
)

Implementation

OutputEvent(this.origin, this.lines);