* 记录error日志 * * @param string|array $message * @param array $context * @param string $module * * @return bool */
($message, array $context = array(), $module = '')
| 298 | * @return bool |
| 299 | */ |
| 300 | static public function error($message, array $context = array(), $module = '') |
| 301 | { |
| 302 | #$level = SEASLOG_ERROR |
| 303 | return true; |
| 304 | } |
| 305 | |
| 306 | /** |
| 307 | * 记录critical日志 |
no outgoing calls