PHP Class Eccube\Log\Logger

Inheritance: extends Psr\Log\AbstractLogger
Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$app

Public Methods

Method Description
__construct ( Application $app )
log ( mixed $level, string $message, array $context = [] ) ログ出力を行う。アクセスされている画面によりログ出力先を分けている。

Method Details

__construct() public method

public __construct ( Application $app )
$app Eccube\Application

log() public method

ログ出力を行う。アクセスされている画面によりログ出力先を分けている。
public log ( mixed $level, string $message, array $context = [] )
$level mixed
$message string
$context array

Property Details

$app protected property

protected $app