TalkerChopperLogger class

Constructors

TalkerChopperLogger.new({Talker? talker, TalkerChopperLoggerSettings settings = const TalkerChopperLoggerSettings(), String? addonId})

Properties

addonId String?
Talker addon functionality addon id for creating a lot of addons
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings TalkerChopperLoggerSettings
TalkerChopperLogger settings and customization
getter/setter pair

Methods

configure({bool? enabled, LogLevel? logLevel, bool? printResponseData, bool? printResponseHeaders, bool? printResponseMessage, bool? printResponseTime, bool? printErrorData, bool? printErrorHeaders, bool? printErrorMessage, bool? printRequestData, bool? printRequestHeaders, bool? printRequestCurl, AnsiPen? requestPen, AnsiPen? responsePen, AnsiPen? errorPen, RequestFilter? requestFilter, ResponseFilter? responseFilter, ResponseFilter? errorFilter, Set<String>? hiddenHeaders}) → void
Method to update settings of TalkerChopperLogger
intercept<BodyType>(Chain<BodyType> chain) Future<Response<BodyType>>
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