class Logger extends AbstractLogger

Properties

protected $app

Methods

__construct(Application $app)

No description

log(mixed $level, string $message, array $context = array())

ログ出力を行う。アクセスされている画面によりログ出力先を分けている。

Details

at line 34
__construct(Application $app)

Parameters

Application $app

at line 46
log(mixed $level, string $message, array $context = array())

ログ出力を行う。アクセスされている画面によりログ出力先を分けている。

Parameters

mixed $level
string $message
array $context