Log a module interaction
@override void logModuleInteraction(String source, String target, String type) { _addToBatch(_InteractionLog(source, target, type)); }