PHP 클래스 Jarves\Logger\JarvesHandler

상속: extends Monolog\Handler\AbstractProcessingHandler
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$counts array
$inSaving boolean
$logRequest
$logs array

공개 메소드들

메소드 설명
__construct ( PageStack $pageStack )
getCounts ( ) : array
getLogRequest ( ) : Jarves\Model\LogRequest
getLogs ( ) : array
resetLogRequest ( ) Resets the current LogRequest. Needed after each request.
setCounts ( array $counts )
setLogs ( array $logs )

보호된 메소드들

메소드 설명
write ( array $record ) : void Writes the record down to the log of the implementing handler

메소드 상세

__construct() 공개 메소드

public __construct ( PageStack $pageStack )
$pageStack Jarves\PageStack

getCounts() 공개 메소드

public getCounts ( ) : array
리턴 array

getLogRequest() 공개 메소드

public getLogRequest ( ) : Jarves\Model\LogRequest
리턴 Jarves\Model\LogRequest

getLogs() 공개 메소드

public getLogs ( ) : array
리턴 array

resetLogRequest() 공개 메소드

Resets the current LogRequest. Needed after each request.
public resetLogRequest ( )

setCounts() 공개 메소드

public setCounts ( array $counts )
$counts array

setLogs() 공개 메소드

public setLogs ( array $logs )
$logs array

write() 보호된 메소드

Writes the record down to the log of the implementing handler
protected write ( array $record ) : void
$record array
리턴 void

프로퍼티 상세

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

protected array $counts
리턴 array

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

protected bool $inSaving
리턴 boolean

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

protected $logRequest

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

protected array $logs
리턴 array