Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Swift_Plugins_Logger
PHP Interface Swift_Plugins_Logger, Halite
Author:
Chris Corbyn
Mostra file
Open project: HaliteChallenge/Halite
Public Methods
Method
Description
add
(
string
$entry
)
Add a log entry.
clear
( )
Clear the log contents.
dump
( ) :
string
Get this log as a string.
Method Details
add()
public
method
Add a log entry.
public
add
(
string
$entry
)
$entry
string
clear()
public
method
Clear the log contents.
public
clear
( )
dump()
public
method
Get this log as a string.
public
dump
( ) :
string
return
string