setLogger static method

void setLogger(
  1. ILogger? logger
)

Sets the logger implementation, called during SDK initialization

Implementation

static void setLogger(ILogger? logger) {
  _loggerImpl = logger;
}