|
|
|
@ -170,7 +170,7 @@ static inline void SCLogPrintToStream(FILE *fd, char *msg)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Output function that logs a character string throught the syslog iface
|
|
|
|
* \brief Output function that logs a character string through the syslog iface
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \param syslog_log_level Holds the syslog_log_level that the message should be
|
|
|
|
* \param syslog_log_level Holds the syslog_log_level that the message should be
|
|
|
|
* logged as
|
|
|
|
* logged as
|
|
|
|
@ -1126,7 +1126,7 @@ static inline void SCLogSetOPFilter(SCLogInitData *sc_lid, SCLogConfig *sc_lc)
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* \brief Returns a pointer to a new SCLogInitData. This is a public interface
|
|
|
|
* \brief Returns a pointer to a new SCLogInitData. This is a public interface
|
|
|
|
* intended to be used after the logging paramters are read from the
|
|
|
|
* intended to be used after the logging parameters are read from the
|
|
|
|
* conf file
|
|
|
|
* conf file
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \retval sc_lid Pointer to the newly created SCLogInitData
|
|
|
|
* \retval sc_lid Pointer to the newly created SCLogInitData
|
|
|
|
|