TalkerDioLoggerSettings class
TalkerDioLogger settings and customization
Constructors
- TalkerDioLoggerSettings({bool printResponseData = true, bool printResponseHeaders = false, bool printResponseMessage = true, bool printRequestData = true, bool printRequestHeaders = false, AnsiPen? requestPen, AnsiPen? responsePen, AnsiPen? errorPen, bool requestFilter(RequestOptions requestOptions)?, bool responseFilter(Response response)?})
-
const
Properties
- errorPen → AnsiPen?
-
Field to set custom http error console logs color
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- printRequestData → bool
-
Print
request.data
if truefinal - printRequestHeaders → bool
-
Print
request.headers
if truefinal - printResponseData → bool
-
Print
response.data
if truefinal - printResponseHeaders → bool
-
Print
response.headers
if truefinal - printResponseMessage → bool
-
Print
response.statusMessage
if truefinal - requestFilter → bool Function(RequestOptions requestOptions)?
-
For request filtering.
You can add your custom logic to log only specific HTTP requests
RequestOptions
.final - requestPen → AnsiPen?
-
Field to set custom http request console logs color
final
- responseFilter → bool Function(Response response)?
-
For response filtering.
You can add your custom logic to log only specific HTTP responses
Response
.final - responsePen → AnsiPen?
-
Field to set custom http response console logs color
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? printResponseData, bool? printResponseHeaders, bool? printResponseMessage, bool? printRequestData, bool? printRequestHeaders, AnsiPen? requestPen, AnsiPen? responsePen, AnsiPen? errorPen, bool requestFilter(RequestOptions requestOptions)?, bool responseFilter(Response response)?}) → TalkerDioLoggerSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited