exeFinalFunc property
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;