I have a short question, is there a way to add more Control Panel Log items?
For example: I have multiple moderators who can edit user profiles but is there a way to log those actions in the control panel without changing the core files?
I can add a line like this in the core files but that is not really what I want:
$this->EE->load->library('logger');
$this->EE->logger->log_action("User ... is change by ...");When it’s not possible I have an new idea for a add-on 😊