loggingHandler property

(void Function(String? commandName, CommandResult result)?) loggingHandler
getter/setter pair

optional handler that will get called on all Command executions. commandName the debugName of the Command

Implementation

static void Function(String? commandName, CommandResult result)?
    loggingHandler;