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
Swift_Plugins_Loggers_EchoLogger
PHP Class Swift_Plugins_Loggers_EchoLogger, Halite
Author:
Chris Corbyn
Inheritance:
implements
Swift_Plugins_Logger
Show file
Open project: HaliteChallenge/Halite
Class Usage Examples
Public Methods
Method
Description
__construct
(
boolean
$isHtml
= true )
Create a new EchoLogger.
add
(
string
$entry
)
Add a log entry.
clear
( )
Not implemented.
dump
( )
Not implemented.
Method Details
__construct()
public
method
Create a new EchoLogger.
public
__construct
(
boolean
$isHtml
= true )
$isHtml
boolean
add()
public
method
Add a log entry.
public
add
(
string
$entry
)
$entry
string
clear()
public
method
Not implemented.
public
clear
( )
dump()
public
method
Not implemented.
public
dump
( )