TYPO3  7.6
Public Member Functions | Private Attributes | List of all members
Swift_Plugins_Loggers_EchoLogger Class Reference
Inheritance diagram for Swift_Plugins_Loggers_EchoLogger:
Swift_Plugins_Logger

Public Member Functions

 __construct ($isHtml=true)
 
 add ($entry)
 
 clear ()
 
 dump ()
 

Private Attributes

 $_isHtml
 

Detailed Description

Prints all log messages in real time.

Author
Chris Corbyn

Definition at line 16 of file EchoLogger.php.

Constructor & Destructor Documentation

__construct (   $isHtml = true)

Create a new EchoLogger.

Parameters
bool$isHtml

Definition at line 26 of file EchoLogger.php.

Member Function Documentation

add (   $entry)

Add a log entry.

Parameters
string$entry

Implements Swift_Plugins_Logger.

Definition at line 36 of file EchoLogger.php.

clear ( )

Not implemented.

Implements Swift_Plugins_Logger.

Definition at line 48 of file EchoLogger.php.

dump ( )

Not implemented.

Implements Swift_Plugins_Logger.

Definition at line 55 of file EchoLogger.php.

Member Data Documentation

$_isHtml
private

Whether or not HTML should be output

Definition at line 19 of file EchoLogger.php.