_log — Log a message.

Log-related functions

Summary

_log($msg, $priority = Zend_Log::INFO)

Log a message.

Enabled via config.ini: log.errors.

Parameters:
  • $msg (mixed) – The log message.

  • $priority (int) – See Zend_Log for a list of available priorities.

Usage

Examples

See Also