PHP 인터페이스 Bramus\Monolog\Formatter\ColorSchemes\ColorSchemeInterface

파일 보기 프로젝트 열기: bramus/monolog-colored-line-formatter

공개 메소드들

메소드 설명
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