setVerboseLogging static method

void setVerboseLogging(
  1. bool enabled
)

Enable or disable verbose logging

Implementation

static void setVerboseLogging(bool enabled) {
  EvntalyClient.instance.setVerboseLogging(enabled);
}