GetConnectLoggerSettings constructor

GetConnectLoggerSettings({
  1. int maxResponseLenghtForPrint = 2000,
  2. bool logBodyNullValues = false,
})

Implementation

GetConnectLoggerSettings({
  this.maxResponseLenghtForPrint = 2000,
  this.logBodyNullValues = false,
});