simple_chopper_logger library

Implementation of Request and Response Chopper interceptors that provides simple but pleasant to look at output.

Classes

SimpleChopperLogger
An Interceptor that logs requests and responses.

Typedefs

DateFormatter = String Function(DateTime dateTime)
A function that is used to format DateTime objects. By default, it uses DateTime.toString.
Logger = void Function(String line)
A function that is used to log all data. By default, it uses print.