Elgg  Version 5.1
Public Member Functions | Public Attributes | List of all members
Elgg\Cli\ErrorFormatter Class Reference

Format errors for console output. More...

Inheritance diagram for Elgg\Cli\ErrorFormatter:
Elgg\Logger\ElggLogFormatter

Public Member Functions

 format (array $record)
 {} More...
 
- Public Member Functions inherited from Elgg\Logger\ElggLogFormatter
 format (array $record)
 {} More...
 

Public Attributes

const SIMPLE_FORMAT = '%level_name%: %message%'
 

Detailed Description

Format errors for console output.

Definition at line 12 of file ErrorFormatter.php.

Member Function Documentation

Elgg\Cli\ErrorFormatter::format ( array  $record)

{}

Definition at line 19 of file ErrorFormatter.php.

Member Data Documentation

const Elgg\Cli\ErrorFormatter::SIMPLE_FORMAT = '%level_name%: %message%'

Definition at line 14 of file ErrorFormatter.php.


The documentation for this class was generated from the following file: