PHP Class Eccube\Log\Monolog\Helper\LogHelper

Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$app Eccube\Application

Public Methods

Method Description
__construct ( $app ) EccubeMonologHelper constructor.
getHandler ( array $channelValues ) : Monolog\Handler\FingersCrossedHandler log.ymlの内容に応じたHandlerの設定を行う

Method Details

__construct() public method

EccubeMonologHelper constructor.
public __construct ( $app )

getHandler() public method

log.ymlの内容に応じたHandlerの設定を行う
public getHandler ( array $channelValues ) : Monolog\Handler\FingersCrossedHandler
$channelValues array
return Monolog\Handler\FingersCrossedHandler

Property Details

$app protected property

protected Application,Eccube $app
return Eccube\Application