trait Illuminate / Log / ParsesLogConfiguration
You are viewing an older version of the documentation. For the latest, please visit master documentation.

ParsesLogConfiguration

Properties

protected

$levels array

The Log levels.

Default: array

Methods

protected abstract

getFallbackChannelName ( ) : string

Get fallback log channel name.

protected

level ( array $config ) : int

Parse the string level into a Monolog constant.

Parameters

  • $config array
protected

actionLevel ( array $config ) : int

Parse the action level from the given configuration.

Parameters

  • $config array
protected

parseChannel ( array $config ) : string

Extract the log channel from the given configuration.

Parameters

  • $config array