logger property

dynamic Function([dynamic, dynamic]) logger
getter/setter pair

user can customize this function for db or any file to output the log message

Implementation

static Function([dynamic, dynamic]) logger =
    ([o, l = 'I']) async => print('${DartiveAids.timeId()} $l[] Api $o');