|
| | init () |
| |
| | publish ($property, $visibility=self::READABLE) |
| | Publish a property (or hide it again). More...
|
| |
| | alias ($alias, $property, $object=null) |
| | Define an alias for a property (of another object). More...
|
| |
| | configure ($config) |
| | Configure the object. More...
|
| |
| | _get ($key) |
| | Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
| |
| | _set ($key, $value) |
| | Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
| |
Definition at line 5 of file Handler.php.
◆ __construct()
| __construct |
( |
|
$log, |
|
|
|
$config, |
|
|
|
$name = null |
|
) |
| |
◆ add()
| add |
( |
|
$prio, |
|
|
|
$message, |
|
|
|
$context |
|
) |
| |
|
abstract |
◆ init()
◆ periodMessages()
| periodMessages |
( |
|
$start, |
|
|
|
$end = null |
|
) |
| |
Unique period messages within a period.
- Parameters
-
| int | $start | Timestamp for start of period. |
| int | $end | Timestamp for end of period (empty = now). |
- Returns
- array Unique messages.
Definition at line 29 of file Handler.php.
◆ periods()
| periods |
( |
|
$message, |
|
|
|
$start, |
|
|
|
$end = null |
|
) |
| |
Periods for a messages within a period.
- Parameters
-
| string | $message | |
| int | $start | Timestamp for start of period. |
| int | $end | Timestamp for end of period (empty = now). |
- Returns
- array Array of records (in chronological order) with 'start', (optional) 'end' timestamp, and (optional) points array (records with time and message).
Definition at line 40 of file Handler.php.
◆ $_config
◆ $_log
◆ $_name
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Log/Handler.php