Returns whether the Logging is enabled or not
static Future<bool> getCapture() async { final bool capture = await _channel.invokeMethod(LOGGER_GETCAPTURE); return capture; }