suricata
|
Go to the source code of this file.
Functions | |
void | AlertFastLogRegister (void) |
OutputInitResult | AlertFastLogInitCtx (ConfNode *) |
Create a new LogFileCtx for "fast" output style. More... | |
Definition in file alert-fastlog.h.
OutputInitResult AlertFastLogInitCtx | ( | ConfNode * | conf | ) |
Create a new LogFileCtx for "fast" output style.
conf | The configuration node for this output. |
Definition at line 226 of file alert-fastlog.c.
References OutputCtx_::data, DEFAULT_LOG_FILENAME, OutputCtx_::DeInit, LogFileFreeCtx(), LogFileNewCtx(), SCCalloc, SCConfLogOpenGeneric(), SCLogDebug, and unlikely.
Referenced by AlertFastLogRegister().
void AlertFastLogRegister | ( | void | ) |
Definition at line 77 of file alert-fastlog.c.
References AlertFastLogger(), AlertFastLogInitCtx(), LOGGER_ALERT_FAST, MODULE_NAME, and OutputRegisterPacketModule().
Referenced by OutputRegisterLoggers().