setLogConfig static method

Future<V2TXLiveCode> setLogConfig(
  1. V2TXLiveLogConfig config
)

Set the configuration information for the log

Implementation

static Future<V2TXLiveCode> setLogConfig(V2TXLiveLogConfig config) async {
  return V2TXLivePremierImpl.setLogConfig(config);
}