프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_format | resource | Output file. |
메소드 | 설명 | |
---|---|---|
__construct ( object $format ) : void | Create a formatter. | |
format ( integer $code, string $message ) : void | Handles a message. |
public __construct ( object $format ) : void | ||
$format | object | String format to log a message |
리턴 | void |