ActionLoggingDispatchObserver

public class ActionLoggingDispatchObserver : ActionDispatchObserver

This is a simple action dispatch observer that will log the start and end of every action execution.

To add this to aid debugging, just add the following code:

Flint.dispatcher.add(observer: ActionLoggingDispatchObserver.instance)