Property | Type | Description | |
---|---|---|---|
$_format | resource | Output file. |
Method | Description | |
---|---|---|
__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 |
return | void |