EchoLogger
Extends \Joomla\CMS\Log\LoggerJoomla Echo logger class.
This class is used to be the basis of logger classes to allow for defined functions to exist regardless of the child class.
since |
1.7.0 |
---|
Methods
__construct
Constructor.
__construct(array &$options)
inherited
since |
3.0.1 |
---|
Arguments
- $options
array
addEntry
Method to add an entry to the log.
addEntry(\Joomla\CMS\Log\LogEntry $entry) : void
inherited abstract
since |
3.0.1 |
---|---|
throws |
|
Arguments
- $entry
\Joomla\CMS\Log\LogEntry
The log entry object to add to the log.
Properties
line_separator
Value to use at the end of an echoed log entry to separate lines.
since |
1.7.0 |
---|
Type(s)
string
options
Options array for the JLog instance.
inherited
since |
3.0.1 |
---|
Type(s)
array
priorities
Translation array for LogEntry priorities to text strings.
inherited
since |
3.0.1 |
---|
Type(s)
array