PHP Class Think\Log\Driver\File

Mostrar archivo Open project: top-think/framework

Protected Properties

Property Type Description
$config

Public Methods

Method Description
__construct ( $config = [] ) 实例化并传入参数
save ( array $log = [] ) : boolean 日志写入接口

Method Details

__construct() public method

实例化并传入参数
public __construct ( $config = [] )

save() public method

日志写入接口
public save ( array $log = [] ) : boolean
$log array 日志信息
return boolean

Property Details

$config protected_oe property

protected $config