PHP Class Horde_Log_Handler_Cli, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Log_Handler_Stream
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_cli Horde_Cli A CLI handler.

Méthodes publiques

Méthode Description
__construct ( Horde_Log_Formatter $formatter = null ) Class Constructor
write ( array $event ) : boolean Write a message to the log.

Method Details

__construct() public méthode

Class Constructor
public __construct ( Horde_Log_Formatter $formatter = null )
$formatter Horde_Log_Formatter Log formatter.

write() public méthode

Write a message to the log.
public write ( array $event ) : boolean
$event array Log event.
Résultat boolean True.

Property Details

$_cli protected_oe property

A CLI handler.
protected Horde_Cli $_cli
Résultat Horde_Cli