trait
Illuminate
/
Log
/
ParsesLogConfiguration
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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