PHP Class Cml\Logger\File

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

Public Methods

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

Method Details

__construct() public method

构造方法
public __construct ( )

log() public method

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