#include "squid.h"
#include "fde.h"
#include "log/File.h"
#include "tests/STUB.h"
#include "AccessLogEntry.h"
#include "log/access_log.h"
#include "log/Config.h"
#include "log/FormattedLog.h"
#include "log/Formats.h"
#include "log/ModDaemon.h"
#include "log/ModStdio.h"
#include "log/ModSyslog.h"
#include "log/ModUdp.h"
#include "log/TcpLogger.h"
Go to the source code of this file.
Macros | |
#define | STUB_API "log/liblog.la" |
Functions | |
Logfile * | logfileOpen (const char *, size_t, int) STUB_RETVAL(nullptr) void logfileClose(Logfile *) STUB void logfileRotate(Logfile * |
Logfile int16_t STUB void | logfileWrite (Logfile *, const char *, size_t) STUB void logfileFlush(Logfile *) STUB void logfilePrintf(Logfile * |
Logfile int16_t STUB void const char STUB void | logfileLineStart (Logfile *) STUB void logfileLineEnd(Logfile *) STUB namespace Log |
int | logfile_mod_daemon_open (Logfile *, const char *, size_t, int) STUB_RETVAL(0) int logfile_mod_stdio_open(Logfile * |
int const char int | STUB_RETVAL (0) int logfile_mod_syslog_open(Logfile * |
Variables | |
int const char | size_t |
Macro Definition Documentation
◆ STUB_API
#define STUB_API "log/liblog.la" |
Definition at line 13 of file stub_liblog.cc.
Function Documentation
◆ logfile_mod_daemon_open()
Definition at line 16 of file ModDaemon.cc.
◆ logfileLineStart()
Definition at line 61 of file stub_liblog.cc.
References Log::Format::HttpdCombined(), Log::Format::HttpdCommon(), Log::Format::SquidCustom(), Log::Format::SquidIcap(), Log::Format::SquidNative(), Log::Format::SquidReferer(), Log::Format::SquidUserAgent(), and STUB.
◆ logfileOpen()
◆ logfileWrite()
◆ STUB_RETVAL()
Definition at line 89 of file stub_liblog.cc.
Referenced by STUB_RETVAL().
Variable Documentation
◆ size_t
Definition at line 83 of file stub_liblog.cc.
Referenced by IdleConnList::closeN(), MemBuf::grow(), main(), MainSafe(), rfc1035NameUnpack(), TestEvent::testDump(), Adaptation::Icap::ModXact::writePreviewBody(), and Adaptation::Icap::ModXact::writePrimeBody().