AbstractLogger
Joomla! Logger Base Class
abstract deprecated
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.0 |
---|---|
deprecated |
The joomla/log package is deprecated |
Methods
__construct
Constructor.
__construct(array &$options)
since |
1.0 |
---|
Arguments
- $options
array
addEntry
Method to add an entry to the log.
addEntry(\Joomla\Log\LogEntry $entry) : void
abstract
Properties
options
Options array for the Log instance.
since |
1.0 |
---|
Type(s)
array
priorities
Translation array for LogEntry priorities to text strings.
since |
1.0 |
---|
Type(s)
array