updateConfigFromServer method
Reads the log configuration from the Mobile Foundation server and applies it to the logger.
Implementation
static void updateConfigFromServer() {
_channel.invokeMethod(LOGGER_UPDATECONFIGFROMSERVER);
}
Reads the log configuration from the Mobile Foundation server and applies it to the logger.
static void updateConfigFromServer() {
_channel.invokeMethod(LOGGER_UPDATECONFIGFROMSERVER);
}