Loggers
Loggers take care of logging every form submission.
Logger\DB gets called by Formhandler automatically as its log data is used by various Finishers and Generators and the Backend Module.
Logger\DB
Will log into tx_formhandler_log. The logs can be accessed via the Formhandler backend module. NOTE: The Logger\DB will log into the database and store the UID of the inserted record into the user ses...
Logger\DevLog
Will log into the table "tx_devlog". Use the extension devlog to access the logged messages.