|
| | value ($value) |
| |
| | format ($prio, $context) |
| |
| | getIndexFilename () |
| |
Protected Member Functions inherited from File |
| | getFilename () |
| |
Protected Member Functions inherited from Handler |
| | 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 Html.php.
◆ add()
| add |
( |
|
$prio, |
|
|
|
$message, |
|
|
|
$context |
|
) |
| |
◆ format()
| format |
( |
|
$prio, |
|
|
|
$context |
|
) |
| |
|
protected |
◆ getIndexFilename()
◆ value()
◆ $_lastInsertId
◆ $hashFormat
Asterisk is replaced by hash of prio + message. Must be regex safe (besides the asterisk).
Definition at line 7 of file Html.php.
◆ $templateIndex
Initial value:= "
<tr id='ix-[id]' class='prio[prio] [hash]'>
<td class='time'><a href='#[id]'>[time]</a></td>
<td class='prio'><a href='#[id]'>[name] ([prio])</a></td>
<td class='message'>[message]</td>
<td class='label'><label for='[hash]' title='[hash]-count'></label></td>
</tr>"
Index template ([id] of item, [time], [prio], [name] of prio, [message], and hash of prio + message are replaced).
Definition at line 8 of file Html.php.
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Log/Handler/Html.php