TalkerHttpLogger class
- Inheritance
-
- Object
- InterceptorContract
- TalkerHttpLogger
Methods
-
configure({bool? enabled, LogLevel? logLevel, bool? printResponseData, bool? printResponseMessage, bool? printResponseTime, bool? printErrorData, bool? printErrorMessage, bool? printRequestData, bool? printRequestCurl, AnsiPen? requestPen, AnsiPen? responsePen, AnsiPen? errorPen, RequestFilter? requestFilter, ResponseFilter? responseFilter, ResponseFilter? errorFilter, })
→ void
-
Method to update settings of TalkerHttpLogger
-
interceptRequest({required BaseRequest request})
→ Future<BaseRequest>
-
override
-
interceptResponse({required BaseResponse response})
→ Future<BaseResponse>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldInterceptRequest()
→ FutureOr<bool>
-
inherited
-
shouldInterceptResponse()
→ FutureOr<bool>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited