PHP 클래스 Neos\Flow\Log\Backend\AnsiConsoleBackend

상속: extends ConsoleBackend
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$disableAnsi boolean
$tagFormats array

공개 메소드들

메소드 설명
append ( string $message, integer $severity = LOG_INFO, array $additionalData = null, string $packageKey = null, string $className = null, string $methodName = null ) : void Appends the given message along with the additional information into the log.
getDisableAnsi ( ) : boolean
open ( ) : void Open the log backend
setDisableAnsi ( boolean $disableAnsi )

보호된 메소드들

메소드 설명
formatOutput ( string $output ) : string Apply ansi formatting to output according to tags

메소드 상세

append() 공개 메소드

Appends the given message along with the additional information into the log.
public append ( string $message, integer $severity = LOG_INFO, array $additionalData = null, string $packageKey = null, string $className = null, string $methodName = null ) : void
$message string
$severity integer
$additionalData array
$packageKey string
$className string
$methodName string
리턴 void

formatOutput() 보호된 메소드

Apply ansi formatting to output according to tags
protected formatOutput ( string $output ) : string
$output string
리턴 string

getDisableAnsi() 공개 메소드

public getDisableAnsi ( ) : boolean
리턴 boolean

open() 공개 메소드

Initializes tag formats.
public open ( ) : void
리턴 void

setDisableAnsi() 공개 메소드

public setDisableAnsi ( boolean $disableAnsi )
$disableAnsi boolean

프로퍼티 상세

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

protected bool $disableAnsi
리턴 boolean

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

protected array $tagFormats
리턴 array