Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ManaPHP
Logger
Adapter
Memory
PHP Class ManaPHP\Logger\Adapter\Memory
Inheritance:
extends
ManaPHP\Component
,
implements
ManaPHP\Logger\AdapterInterface
Mostrar archivo
Open project: manaphp/manaphp
Protected Properties
Property
Type
Description
$_logs
array
Public Methods
Method
Description
getLogs
( ) :
array
log
(
string
$level
,
string
$message
,
array
$context
= [] ) :
void
Method Details
getLogs()
public
method
public
getLogs
( ) :
array
return
array
log()
public
method
public
log
(
string
$level
,
string
$message
,
array
$context
= [] ) :
void
$level
string
$message
string
$context
array
return
void
Property Details
$_logs
protected_oe property
protected
array
$_logs
return
array