프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_formatter | object | The message formatter | |
$_level | Level to handle log messages. | ||
$_output | resource | Output file. |
메소드 | 설명 | |
---|---|---|
__construct ( |
Sets the formatter. | |
handle ( integer $code, string $message ) : void | Handles a message. |
메소드 | 설명 | |
---|---|---|
_make_writeable ( ) : boolean | Makes the output writeable. |
public __construct ( |
||
$formatter | ||
$output | resource | Output resource or file |
$level | integer | Code level to log, anything greater than the given code will be logged. |
리턴 | void |
protected _make_writeable ( ) : boolean | ||
리턴 | boolean |