Public Member Functions | |
__destruct () | |
getOutputStream () | |
setOutputStream (OutputStream $stream) | |
flush () | |
close () | |
Static Public Member Functions | |
static | create () |
Protected Member Functions | |
publish (LogRecord $record) | |
Private Attributes | |
$stream = null |
Definition at line 15 of file StreamLogger.class.php.
StreamLogger::__destruct | ( | ) |
Definition at line 19 of file StreamLogger.class.php.
References close().
StreamLogger::close | ( | ) |
Definition at line 68 of file StreamLogger.class.php.
References flush().
Referenced by __destruct().
static StreamLogger::create | ( | ) | [static] |
Definition at line 31 of file StreamLogger.class.php.
StreamLogger::flush | ( | ) |
StreamLogger::getOutputStream | ( | ) |
Definition at line 39 of file StreamLogger.class.php.
StreamLogger::publish | ( | LogRecord $ | record | ) | [protected] |
Reimplemented from BaseLogger.
Definition at line 84 of file StreamLogger.class.php.
References LogRecord::toString().
StreamLogger::setOutputStream | ( | OutputStream $ | stream | ) |
Definition at line 47 of file StreamLogger.class.php.
StreamLogger::$stream = null [private] |
Definition at line 17 of file StreamLogger.class.php.