setApiLogConfig method

void setApiLogConfig(
  1. ApiLogConfig config
)

Updates which API log details are captured and logged.

config - The new ApiLogConfig to apply.

Implementation

void setApiLogConfig(ApiLogConfig config) {
  apiLogConfig = config;
}