XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Plugins_Loggers_EchoLogger Class Reference
Inheritance diagram for Swift_Plugins_Loggers_EchoLogger:
Inheritance graph

Public Member Functions

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

Private Attributes

 $_isHtml
 

Detailed Description

Definition at line 18 of file EchoLogger.php.

Constructor & Destructor Documentation

Swift_Plugins_Loggers_EchoLogger::__construct (   $isHtml = true)

Create a new EchoLogger.

Parameters
boolean$isHtml

Definition at line 29 of file EchoLogger.php.

Member Function Documentation

Swift_Plugins_Loggers_EchoLogger::add (   $entry)

Add a log entry.

Parameters
string$entry

Implements Swift_Plugins_Logger.

Definition at line 38 of file EchoLogger.php.

Swift_Plugins_Loggers_EchoLogger::clear ( )

Not implemented.

Implements Swift_Plugins_Logger.

Definition at line 53 of file EchoLogger.php.

Swift_Plugins_Loggers_EchoLogger::dump ( )

Not implemented.

Implements Swift_Plugins_Logger.

Definition at line 60 of file EchoLogger.php.

Member Data Documentation

Swift_Plugins_Loggers_EchoLogger::$_isHtml
private

Whether or not HTML should be output

Definition at line 22 of file EchoLogger.php.


The documentation for this class was generated from the following file: