Adds a database logger and log-search/filtering in the backend.
Silverstripe module that allows easy logging to database with backend-filtering for certain methods/messages etc.
Code examples:
DBLogger::log($data, __METHOD__, SS_LOG_GENERAL);
DBLogger::log('Invalid parameter given', __METHOD__, SS_LOG_ERROR);
DBLogger::log('User tried to access prohibited content', __METHOD__, SS_LOG_ACCESS);
Logging categories:
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem