RunWithLog typedef

RunWithLog = dynamic Function(FimberLog log)

Function that is run with a FimberLog as parameter. This saves time for fetching generated Tag from code at time of compilation. Can be used in blocks of code that require logging and speed.

Implementation

typedef RunWithLog = dynamic Function(FimberLog log);