PHP Интерфейс Bramus\Monolog\Formatter\ColorSchemes\ColorSchemeInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getColorizeArray ( ) : array Get the Color Scheme
getColorizeString ( integer $level ) : string Get the Color Scheme String for the given Level
getResetString ( ) : string Get the string identifier that closes/finishes the styling
setColorizeArray ( array $colorScheme ) Set the Color Scheme

Описание методов

getColorizeArray() публичный Метод

Get the Color Scheme
public getColorizeArray ( ) : array
Результат array Color Scheme

getColorizeString() публичный Метод

Get the Color Scheme String for the given Level
public getColorizeString ( integer $level ) : string
$level integer The Logger Level
Результат string The Color Scheme String

getResetString() публичный Метод

Get the string identifier that closes/finishes the styling
public getResetString ( ) : string
Результат string The reset code

setColorizeArray() публичный Метод

Set the Color Scheme
public setColorizeArray ( array $colorScheme )
$colorScheme array The Color Scheme