PHP Class Swift_Plugins_Loggers_EchoLogger, Halite

Author: Chris Corbyn
Inheritance: implements Swift_Plugins_Logger
Exibir arquivo 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 ( )