Elgg  Version master
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 (LogRecord $record)
 {{}} More...
 

Public Attributes

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

Detailed Description

Format errors for console output.

Definition at line 13 of file ErrorFormatter.php.

Member Function Documentation

◆ format()

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

{{}}

Reimplemented from Elgg\Logger\ElggLogFormatter.

Definition at line 20 of file ErrorFormatter.php.

Member Data Documentation

◆ SIMPLE_FORMAT

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

Definition at line 15 of file ErrorFormatter.php.


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