enableLogs method

void enableLogs()

This method will enable the logs of the library.

Implementation

void enableLogs() {
  _logger.enableLogs();
}