PHP Interface Swift_Plugins_Logger, Halite

Author: Chris Corbyn
Mostrar archivo 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