]> git.ipfire.org Git - thirdparty/suricata.git/commit
lua: convert log functions to suricata.log lib 13339/head
authorJason Ish <jason.ish@oisf.net>
Fri, 30 May 2025 17:02:44 +0000 (11:02 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 30 May 2025 19:13:50 +0000 (21:13 +0200)
commit278a9c380636202aceac8eedea4d8e9198fd871f
tree5b40c56380b815ed9ed3c387b4c7698ac40aae48
parent9046f30731063a08346eb8f8daf23d1d69254419
lua: convert log functions to suricata.log lib

Convert the Lua global functions for logging (SCLogInfo, etc) to a Lua
lib names "suricata.log".

Ticket: #7727
doc/userguide/lua/libs/index.rst
doc/userguide/lua/libs/log.rst [new file with mode: 0644]
doc/userguide/lua/libs/packetlib.rst
doc/userguide/lua/lua-functions.rst
doc/userguide/output/lua-output.rst
src/Makefile.am
src/util-lua-builtins.c
src/util-lua-common.c
src/util-lua-log.c [new file with mode: 0644]
src/util-lua-log.h [new file with mode: 0644]