setTimestamp static method

void setTimestamp(
  1. bool enabled
)

Enable/disable timestamps in logs

Implementation

static void setTimestamp(bool enabled) => _showTimestamp = enabled;