public void log(bool base64 = false) { if (base64) { PicoDLL.buffer_log_base64(handle); } else { PicoDLL.buffer_log(handle); } }