PHP Class Eccube\Log\Monolog\Processor\IntrospectionProcessor

Afficher le fichier Open project: ec-cube/ec-cube

Protected Properties

Свойство Type Description
$skipClassesPartials
$skipFunctions
$skipStackFramesCount

Méthodes publiques

Méthode Description
__construct ( $level = Logger::DEBUG, array $skipClassesPartials = [], array $skipFunctions = [], $skipStackFramesCount )
__invoke ( array $record ) : array

Private Methods

Méthode Description
isTraceClassOrSkippedFunction ( array $trace, $index )

Method Details

__construct() public méthode

public __construct ( $level = Logger::DEBUG, array $skipClassesPartials = [], array $skipFunctions = [], $skipStackFramesCount )
$skipClassesPartials array
$skipFunctions array

__invoke() public méthode

public __invoke ( array $record ) : array
$record array
Résultat array

Property Details

$skipClassesPartials protected_oe property

protected $skipClassesPartials

$skipFunctions protected_oe property

protected $skipFunctions

$skipStackFramesCount protected_oe property

protected $skipStackFramesCount