| Elgg
    Version 6.3
    | 
Console handler. More...
 
 | Public Member Functions | |
| __construct (protected OutputInterface $stdout, ?OutputInterface $stderr=null, bool $bubble=true) | |
| Constructor.  More... | |
| write (LogRecord $record) | |
| {}  More... | |
| getDefaultFormatter () | |
| {}  More... | |
| close () | |
| {}  More... | |
| Public Attributes | |
| const | VERBOSITY_LEVEL_MAP | 
| Protected Attributes | |
| $stderr | |
Console handler.
Definition at line 19 of file ErrorHandler.php.
| Elgg\Cli\ErrorHandler::__construct | ( | protected OutputInterface | $stdout, | 
| ?OutputInterface | $stderr = null, | ||
| bool | $bubble = true | ||
| ) | 
Constructor.
| OutputInterface | $stdout | STDOUT handler | 
| null | OutputInterface | $stderr | STDERR handler | 
| bool | $bubble | Bubble severity | 
Definition at line 41 of file ErrorHandler.php.
| Elgg\Cli\ErrorHandler::close | ( | ) | 
{}
Definition at line 87 of file ErrorHandler.php.
| Elgg\Cli\ErrorHandler::getDefaultFormatter | ( | ) | 
{}
Definition at line 80 of file ErrorHandler.php.
| Elgg\Cli\ErrorHandler::write | ( | LogRecord | $record | ) | 
{}
Definition at line 58 of file ErrorHandler.php.
| 
 | protected | 
Definition at line 32 of file ErrorHandler.php.
| const Elgg\Cli\ErrorHandler::VERBOSITY_LEVEL_MAP | 
Definition at line 21 of file ErrorHandler.php.