PHP Class ManaPHP\Logger\Adapter\Db

Inheritance: extends ManaPHP\Component, implements ManaPHP\Logger\AdapterInterface
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_log ManaPHP\Logger\Adapter\Db\Model
$_model string
$_nested boolean

Méthodes publiques

Méthode Description
__construct ( string | array $options = [] ) Db constructor.
log ( string $level, string $message, array $context = [] ) : void

Method Details

__construct() public méthode

Db constructor.
public __construct ( string | array $options = [] )
$options string | array

log() public méthode

public log ( string $level, string $message, array $context = [] ) : void
$level string
$message string
$context array
Résultat void

Property Details

$_log protected_oe property

protected Model,ManaPHP\Logger\Adapter\Db $_log
Résultat ManaPHP\Logger\Adapter\Db\Model

$_model protected_oe property

protected string $_model
Résultat string

$_nested protected_oe property

protected bool $_nested
Résultat boolean