PHP Класс Neos\Flow\Log\Backend\AnsiConsoleBackend

Наследование: extends ConsoleBackend
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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