PHP 클래스 Formatter, xpspl

Copyright 2008- Samuli Järvelä Released under GPL License. License: http://www.mollify.org/license.php
파일 보기 프로젝트 열기: prggmr/xpspl 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_format resource Output file.

공개 메소드들

메소드 설명
__construct ( object $format ) : void Create a formatter.
format ( integer $code, string $message ) : void Handles a message.

메소드 상세

__construct() 공개 메소드

Create a formatter.
public __construct ( object $format ) : void
$format object String format to log a message
리턴 void

format() 공개 메소드

Handles a message.
public format ( integer $code, string $message ) : void
$code integer Log level code.
$message string Message to handle.
리턴 void

프로퍼티 상세

$_format 보호되어 있는 프로퍼티

Output file.
protected resource $_format
리턴 resource