Searched refs:LogAudit (Results 1 – 4 of 4) sorted by relevance
23 class LogAudit : public SocketListener {30 LogAudit(LogBuffer *buf, LogReader *reader, int fdDmesg);
40 LogAudit::LogAudit(LogBuffer *buf, LogReader *reader, int fdDmesg) : in LogAudit() function in LogAudit52 bool LogAudit::onDataAvailable(SocketClient *cli) { in onDataAvailable()75 int LogAudit::logPrint(const char *fmt, ...) { in logPrint()242 int LogAudit::log(char *buf) { in log()261 int LogAudit::getLogSocket() { in getLogSocket()
284 static void readDmesg(LogAudit *al, LogKlog *kl) { in readDmesg()447 LogAudit *al = NULL; in main()450 al = new LogAudit(logBuf, reader, dmesg ? fdDmesg : -1); in main()
20 LogAudit.cpp \