log()
log(string $message, integer $priority = LOG_INFO, array $extras = array())
Log a message at a priority
Parameters
string | $message | Message to log |
integer | $priority | Priority of message (use the \LOG_* constants of 0 - 7) |
array | $extras | Extra information to log in event |