Elgg  Version 6.3
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Elgg\Cli\CronLogHandler Class Reference

Additional output handler for the \Elgg\Logger\Cron which outputs to the stdout. More...

Inheritance diagram for Elgg\Cli\CronLogHandler:

Public Member Functions

 __construct (bool $bubble=true)
 {} More...
 
 getDefaultFormatter ()
 {} More...
 
 close ()
 {} More...
 

Protected Member Functions

 write (LogRecord $record)
 {} More...
 

Protected Attributes

OutputInterface $stdout
 

Detailed Description

Additional output handler for the \Elgg\Logger\Cron which outputs to the stdout.

Since
6.3

Definition at line 22 of file CronLogHandler.php.

Constructor & Destructor Documentation

◆ __construct()

Elgg\Cli\CronLogHandler::__construct ( bool  $bubble = true)

{}

Definition at line 29 of file CronLogHandler.php.

Member Function Documentation

◆ close()

Elgg\Cli\CronLogHandler::close ( )

{}

Definition at line 65 of file CronLogHandler.php.

◆ getDefaultFormatter()

Elgg\Cli\CronLogHandler::getDefaultFormatter ( )

{}

Definition at line 54 of file CronLogHandler.php.

◆ write()

Elgg\Cli\CronLogHandler::write ( LogRecord  $record)
protected

{}

Definition at line 47 of file CronLogHandler.php.

Member Data Documentation

◆ $stdout

OutputInterface Elgg\Cli\CronLogHandler::$stdout
protected

Definition at line 24 of file CronLogHandler.php.


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