PHP 클래스 Liuggio\StatsdClient\Monolog\Formatter\StatsDFormatter

This is especially useful for logging to files
저자: Jordi Boggiano ([email protected])
저자: Christophe Coevoet ([email protected])
저자: Giulio De Donato ([email protected])
상속: extends Monolog\Formatter\LineFormatter
파일 보기 프로젝트 열기: liuggio/statsd-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$logContext
$logExtra
$numberOfWords

공개 메소드들

메소드 설명
__construct ( string $format = null, boolean $logContext = true, boolean $logExtra = true, integer $numberOfWords = 2 )
format ( array $record )
formatBatch ( array $records )
getFirstWords ( string $message ) : string This function converts a long message into a string with the first N-words.

메소드 상세

__construct() 공개 메소드

public __construct ( string $format = null, boolean $logContext = true, boolean $logExtra = true, integer $numberOfWords = 2 )
$format string The format of the message
$logContext boolean If true add multiple rows containing Context information
$logExtra boolean If true add multiple rows containing Extra information
$numberOfWords integer The number of words to show.

format() 공개 메소드

public format ( array $record )
$record array

formatBatch() 공개 메소드

public formatBatch ( array $records )
$records array

getFirstWords() 공개 메소드

eg. from: "Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener" to: "Notified event"
public getFirstWords ( string $message ) : string
$message string The message to shortify.
리턴 string

프로퍼티 상세

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

protected $logContext

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

protected $logExtra

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

protected $numberOfWords