log method

Is called every time a new LogInputEvent is sent and handles printing or storing the message.

Implementation

@override
List<String> log(final InputLogEvent event) => _buildBuffer(event);