updateConfigFromServer method

void updateConfigFromServer ()

Reads the log configuration from the Mobile Foundation server and applies it to the logger.

Implementation

static void updateConfigFromServer() {
  _channel.invokeMethod(LOGGER_UPDATECONFIGFROMSERVER);
}