This module creates a human element menu and admin config section for other human element modules to add to.
composer require human-element/module-base
This module contains a static logger that can be used for live debugging without the need for editing DI.
For example this would create a live-debugging.log file in your /var/log for your project:
\HumanElement\Base\Model\Logger::log('code hit this path', 'live-debugging.log');