Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Thruway
Logging
ConsoleLogger
PHP Class Thruway\Logging\ConsoleLogger
Inheritance:
extends
Psr\Log\AbstractLogger
Show file
Open project: voryx/thruway
Public Methods
Method
Description
log
(
mixed
$level
,
string
$message
,
array
$context
= [] ) :
null
Logs with an arbitrary level.
Method Details
log()
public
method
Logs with an arbitrary level.
public
log
(
mixed
$level
,
string
$message
,
array
$context
= [] ) :
null
$level
mixed
$message
string
$context
array
return
null