Public Member Functions | |
| __construct ($filename, $timestamps=true) | |
| Constructor for the AnewtLogHandlerFile. | |
| log ($domain, $level, $message) | |
| Log a message. | |
Private Attributes | |
| $fp | |
| File descriptor. | |
| $timestamps | |
| Whether to output timestamps. | |
Definition at line 127 of file loghandlers.lib.php.
| AnewtLogHandlerFile::__construct | ( | $ | filename, | |
| $ | timestamps = true | |||
| ) |
Constructor for the AnewtLogHandlerFile.
| $filename | The filename to log to. | |
| $timestamps | Whether to enable timestamp output in the log file (on by default). |
Definition at line 141 of file loghandlers.lib.php.
| AnewtLogHandlerFile::log | ( | $ | domain, | |
| $ | level, | |||
| $ | message | |||
| ) |
Log a message.
| $domain | ||
| $level | ||
| $message |
Reimplemented from AnewtLogHandlerBase.
Definition at line 159 of file loghandlers.lib.php.
1.5.9