send method
Sends the accumulated log data when the persistent log buffer exists and is not empty.
Implementation
static void send(){
_channel.invokeMethod(LOGGER_SEND);
}
Sends the accumulated log data when the persistent log buffer exists and is not empty.
static void send(){
_channel.invokeMethod(LOGGER_SEND);
}