send method

void send ()

Sends the accumulated log data when the persistent log buffer exists and is not empty.

Implementation

static void send(){
  _channel.invokeMethod(LOGGER_SEND);
}