Logging
Introduction
$log = e107::getLog();Logging methods
add()
$log = e107::getLog();
$log->add(name, details, type, code);
//Example:
$log->add('My Event Name', $myDetailedData, E_LOG_INFORMATIVE, 'MYCODE');Logging types
Last updated
Was this helpful?