Class Swift_Plugins_Loggers_EchoLogger

InheritanceSwift_Plugins_Loggers_EchoLogger
ImplementsSwift_Plugins_Logger

Prints all log messages in real time.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Create a new EchoLogger. Swift_Plugins_Loggers_EchoLogger
add() Add a log entry. Swift_Plugins_Loggers_EchoLogger
clear() Not implemented. Swift_Plugins_Loggers_EchoLogger
dump() Not implemented. Swift_Plugins_Loggers_EchoLogger

Method Details

__construct() public method

Create a new EchoLogger.

public void __construct ( $isHtml true )
$isHtml bool
add() public method

Add a log entry.

public void add ( $entry )
$entry string
clear() public method

Not implemented.

public void clear ( )
dump() public method

Not implemented.

public void dump ( )