LogTransport typedef

LogTransport = ({Future<void> Function() initialize, LogFunction log})

A log transport (e.g., console, file, etc.)

Implementation

typedef LogTransport = ({LogFunction log, Future<void> Function() initialize});