* 记录debug日志 * * @param string|array $message * @param array $context * @param string $module * * @return bool */
($message, array $context = array(), $module = '')
| 238 | * @return bool |
| 239 | */ |
| 240 | static public function debug($message, array $context = array(), $module = '') |
| 241 | { |
| 242 | #$level = SEASLOG_DEBUG |
| 243 | return true; |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * 记录info日志 |
no outgoing calls