loggingHandler property

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

optional handler that will get called on all Command executions if the Command has a set debugName. commandName the debugName of the Command

Implementation

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