EchoLogger
Extends LoggerJoomla Echo logger class.
since |
1.7.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Constructor.
__construct(array &options) : mixed
inherited
since |
3.0.1 |
---|
Arguments
- options
array
Log object options.
Response
mixed
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.
priorities
Translation array for LogEntry priorities to text strings.
inherited