LibraryName
The LibraryName
parameter specifies the name of the library to use as the event handler. Specifying the .dll
or .so
extension is optional.
To use the internal text file handler, set this parameter to TextFileHandler
, and set the FilePath
parameter. To run a Lua script, set this parameter to LuaHandler
, and set the LuaScript
parameter. To use the internal HTTP handler, set this parameter to HttpHandler
and set the URL
parameter.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | EventHandler |
Example: | LibraryName=./luaHandler
|
See Also: | FilePath
LuaScript URL |