Documentation

ClassPropertiesFormatter
in package
implements Formatter

Formatter that includes the Command's name and properties for more detail

Interfaces, Classes and Traits

Formatter
Converts incoming Commands into log messages.

Table of Contents

$commandFailedLevel  : string
$commandReceivedLevel  : string
$commandSucceededLevel  : string
$normalizer  : PropertyNormalizer
__construct()  : mixed
logCommandFailed()  : void
logCommandReceived()  : void
logCommandSucceeded()  : void

Properties

Methods

__construct()

public __construct([PropertyNormalizer $normalizer = null ][, string $commandReceivedLevel = LogLevel::DEBUG ][, string $commandSucceededLevel = LogLevel::DEBUG ][, string $commandFailedLevel = LogLevel::ERROR ]) : mixed
Parameters
$normalizer : PropertyNormalizer = null
$commandReceivedLevel : string = LogLevel::DEBUG
$commandSucceededLevel : string = LogLevel::DEBUG
$commandFailedLevel : string = LogLevel::ERROR
Return values
mixed

Search results