exeFinalFunc property

dynamic Function(String, DevLevel)? exeFinalFunc
getter/setter pair

Custom final function to execute when log level meets the threshold specified by exeLevel Takes two parameters: the log message string and the DevLevel Useful for custom log processing, remote logging, or error reporting

Implementation

static Function(String, DevLevel)? exeFinalFunc;