PHP Class Kraken\Runtime\Supervision\Cmd\CmdLog

Inheritance: extends Kraken\Runtime\Supervision\Solver, implements Kraken\Supervision\SolverInterface
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$logger Kraken\Log\LoggerInterface

Protected Methods

Method Description
construct ( )
destruct ( )
solver ( Erro\Error | Exceptio\Exception $ex, mixed[] $params = [] ) : mixed

Method Details

construct() protected method

protected construct ( )

destruct() protected method

protected destruct ( )

solver() protected method

protected solver ( Erro\Error | Exceptio\Exception $ex, mixed[] $params = [] ) : mixed
$ex Erro\Error | Exceptio\Exception
$params mixed[]
return mixed

Property Details

$logger protected property

protected LoggerInterface,Kraken\Log $logger
return Kraken\Log\LoggerInterface