setApiLogConfig method
Updates which API log details are captured and logged.
config - The new ApiLogConfig to apply.
Implementation
void setApiLogConfig(ApiLogConfig config) {
apiLogConfig = config;
}
Updates which API log details are captured and logged.
config - The new ApiLogConfig to apply.
void setApiLogConfig(ApiLogConfig config) {
apiLogConfig = config;
}