diff options
-rw-r--r-- | doc/property_replacer.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index f4be4832..3df2fd0b 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -37,11 +37,18 @@ to a <a href="http://www.monitorware.com">MonitorWare</a> backend (also for <a href="http://www.phplogcon.org/">phpLogCon</a>)</td></tr> <tr><td><b>syslogfacility</b></td><td>the facility from the message - in numerical form</td></tr> <tr> + <td><b>syslogfacility-text</b></td><td>the facility from the message - in + text form</td> +</tr> +<tr> <td><b>syslogseverity</b></td><td>severity from the message - in numerical form</td> </tr> -<tr><td><b>syslogpriority</b></td><td>an alis for syslogseverity - included for +<tr><td><b>syslogseverity-text</b></td><td>severity from the + message - in text form</td></tr> +<tr><td><b>syslogpriority</b></td><td>an alias for syslogseverity - included for historical reasons (be careful: it still is the severity, not PRI!)</td></tr> +<tr><td><b>syslogpriority-text</b></td><td>an alias for syslogseverity-text</td></tr> <tr><td><b>timegenerated</b></td><td>timestamp when the message was RECEIVED. Always in high resolution</td></tr> <tr><td><b>timereported</b></td><td>timestamp from the message. Resolution depends on |