LoggerOptions.minimal constructor
const
LoggerOptions.minimal({})
Creates minimal logging options (only basic request/response info).
Implementation
const LoggerOptions.minimal({
this.logPrint = print,
this.methods = APIMethod.values,
this.colorOutput = true,
}) : request = true,
requestBody = false,
responseBody = false,
error = true,
stackTrace = false,
prettyPrint = false;