Elgg
Version 6.1
|
Console handler. More...
Public Member Functions | |
__construct (OutputInterface $stdout, OutputInterface $stderr=null, $bubble=true) | |
Constructor. More... | |
write (LogRecord $record) | |
{} More... | |
getDefaultFormatter () | |
{} More... | |
close () | |
{} More... | |
Public Attributes | |
const | VERBOSITY_LEVEL_MAP |
Protected Attributes | |
$stdout | |
$stderr | |
Console handler.
Definition at line 19 of file ErrorHandler.php.
Elgg\Cli\ErrorHandler::__construct | ( | OutputInterface | $stdout, |
OutputInterface | $stderr = null , |
||
$bubble = true |
|||
) |
Constructor.
OutputInterface | $stdout | STDOUT handler |
OutputInterface | $stderr | STDERR handler |
bool | $bubble | Bubble severity |
Definition at line 46 of file ErrorHandler.php.
Elgg\Cli\ErrorHandler::close | ( | ) |
{}
Definition at line 93 of file ErrorHandler.php.
Elgg\Cli\ErrorHandler::getDefaultFormatter | ( | ) |
{}
Definition at line 86 of file ErrorHandler.php.
Elgg\Cli\ErrorHandler::write | ( | LogRecord | $record | ) |
{}
Definition at line 64 of file ErrorHandler.php.
|
protected |
Definition at line 37 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.