
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 16 of file StreamLogger.class.php.
| StreamLogger::__destruct | ( | ) |
Definition at line 20 of file StreamLogger.class.php.
References close().

| static StreamLogger::create | ( | ) | [static] |
| StreamLogger::getOutputStream | ( | ) |
| StreamLogger::setOutputStream | ( | OutputStream $ | stream | ) |
| StreamLogger::flush | ( | ) |
| StreamLogger::close | ( | ) |
Definition at line 69 of file StreamLogger.class.php.
References flush().
Referenced by __destruct().

| StreamLogger::publish | ( | LogRecord $ | record | ) | [protected] |
Reimplemented from BaseLogger.
Definition at line 85 of file StreamLogger.class.php.
StreamLogger::$stream = null [private] |
Definition at line 18 of file StreamLogger.class.php.
1.5.4