DefaultHttpLogger class

Inheritance

Constructors

DefaultHttpLogger({bool headers = true, bool body = true})

Properties

body bool
final
hashCode int
The hash code for this object.
no setterinherited
headers bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
getter/setter pair
tag String
getter/setter pair

Methods

exception(dynamic exception) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(Request request) → void
override
response(Response response) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited