diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-03 15:48:55 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-03 15:48:55 +0200 |
commit | 9103817f9fe811b49938036a1f9ff23672a9ec44 (patch) | |
tree | f00dff3206552f46097bd69d67f02479cd9a5724 /doc/manual.html | |
parent | ec0e2c3e7df6addc02431628daddfeae49b92af7 (diff) | |
download | rsyslog-9103817f9fe811b49938036a1f9ff23672a9ec44.tar.gz rsyslog-9103817f9fe811b49938036a1f9ff23672a9ec44.tar.xz rsyslog-9103817f9fe811b49938036a1f9ff23672a9ec44.zip |
added (some) developer documentation for output plugin interface
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html index 99a90594..0b03a255 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -64,7 +64,11 @@ the syslog priority (severity and facility) to the log file</a></li> syslog sender over NAT</a> (online only)</li> <li><a href="gssapi.html">an overview and howto of rsyslog gssapi support</a></li> <li><a href="debug.html">debug support in rsyslog</a></li> -<li><a href="dev_queue.html">the rsyslog message queue object (developer's view)</a></li> +<li>Developer Documentation + <ul> + <li><a href="dev_oplugins.html">writing rsyslog output plugins</a></li> + <li><a href="dev_queue.html">the rsyslog message queue object (developer's view)</a></li> + </ul></li> </ul> <p>Our <a href="history.html">rsyslog history</a> page is for you if you would like to learn a little more |