writeLogLine abstract method

void writeLogLine(
  1. LogEntry entry
)

Write a single log entry to the terminal. Called after the spinner line has been cleared and before it is redrawn.

Implementation

void writeLogLine(LogEntry entry);