Property | Type | Description | |
---|---|---|---|
$output | The console output interface |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Console\Output\OutputInterface $output, integer $level = Logger::DEBUG, boolean $bubble = true ) | ||
handle ( array $record ) | ||
isHandling ( array $record ) |
Method | Description | |
---|---|---|
getDefaultFormatter ( ) | ||
write ( array $record ) |
Method | Description | |
---|---|---|
updateLevel ( ) : boolean | Updates the logging level based on the verbosity setting of the console output. |
public __construct ( Symfony\Component\Console\Output\OutputInterface $output, integer $level = Logger::DEBUG, boolean $bubble = true ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | The output interface |
$level | integer | The minimum logging level at which this handler will be triggered |
$bubble | boolean | Whether the messages that are handled can bubble up the stack or not |