enableLogs method

void enableLogs()

Enables logs.

Implementation

void enableLogs() {
  _isLogsEnabled = true;
}