File: idx_module_functions.rst

package info (click to toggle)
rsyslog-doc 8.2302.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,464 kB
  • sloc: python: 178; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
****************
Module Functions
****************

You can make module functions accessible for the configuration by loading the
corresponding module. Once they are loaded, you can use them like any other
rainerscript function. If more than one function are part of the same module,
all functions will be available once the module is loaded.


.. toctree::
   :glob:
   :maxdepth: 1

   mo*