logPrint property

void Function(InterceptStep step, Object object) logPrint
getter/setter pair

Log printer; defaults logPrint log to console. In flutter, you'd better use debugPrint. you can also write log in a file.

Implementation

void Function(InterceptStep step, Object object) logPrint;