trait
Illuminate
/
Log
/
ParsesLogConfiguration
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