mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 01:23:43 +02:00
2018-03-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LogType' value to the 'RDNotification::Type enumeration. * Added support for notifications to rdlogedit(1).
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
NOTIFY <replaceable choice='req'>obj-type</replaceable>
|
||||
<replaceable choice='req'>action</replaceable>
|
||||
<replaceable choice='req'>id</replaceable>
|
||||
[<replaceable choice='opt'>args</replaceable>]
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -90,17 +89,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<replaceable>args</replaceable>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Zero or more additional arguments. Varies by
|
||||
<replaceable>obj-type</replaceable>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect1>
|
||||
|
||||
@@ -123,6 +111,27 @@
|
||||
<row><entry>Field</entry><entry>Value</entry></row>
|
||||
<row><entry>obj-type</entry><entry>CART</entry></row>
|
||||
<row><entry>id</entry><entry>Cart number</entry></row>
|
||||
<row><entry>type</entry><entry>Unsigned Integer</entry></row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="sect.object_types.log">
|
||||
<title>Logs</title>
|
||||
<para>
|
||||
<userinput>LOG</userinput>
|
||||
</para>
|
||||
<table xml:id="table.object_types.logs" frame="all" pgwide="0">
|
||||
<title>Log Fields</title>
|
||||
<tgroup cols="2" align="left" colsep="1" rowsep="1">
|
||||
<colspec colname="Field" colwidth="2.0*"/>
|
||||
<colspec colname="Value" colwidth="10.0*"/>
|
||||
<tbody>
|
||||
<row><entry>Field</entry><entry>Value</entry></row>
|
||||
<row><entry>obj-type</entry><entry>LOG</entry></row>
|
||||
<row><entry>id</entry><entry>Log name</entry></row>
|
||||
<row><entry>type</entry><entry>String</entry></row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user