PHP Class Cml\Logger\Redis

Inheritance: extends Base
Show file Open project: linhecheng/cmlphp

Public Methods

Method Description
log ( mixed $level, string $message, array $context = [] ) : null 任意等级的日志记录

Method Details

log() public method

任意等级的日志记录
public log ( mixed $level, string $message, array $context = [] ) : null
$level mixed 日志等级
$message string 要记录到log的信息
$context array 上下文信息
return null