FireGento_MageMonitoring_Helper_Log::log
Logs a message to a file called "NAMESPACE_MODULE.log".
A log level can be specified. If the log level is higher than Zend_Log::NOTICE, the logging depends on the activation of verbose logging,
Signature
public function log(string
$msg,
[null|int
$level = null] )
Parameters
$msg
— string- Message string
$level
— object- see Zend_Log for constants
Returns
- $this