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