#include <Log.h>
Public Member Functions | |
LINK (LogFlushData, link) | |
LogFlushData (LogFile *logfile, void *data, int len=-1) | |
~LogFlushData () | |
Data Fields | |
Ptr< LogFile > | m_logfile |
LogBuffer * | logbuffer |
void * | m_data |
int | m_len |
Definition at line 315 of file Log.h.
LogFlushData::LogFlushData | ( | LogFile * | logfile, | |
void * | data, | |||
int | len = -1 | |||
) | [inline] |
LogFlushData::~LogFlushData | ( | ) | [inline] |
Definition at line 329 of file Log.h.
References LogBuffer::destroy(), ink_release_assert, LOG_FILE_ASCII, LOG_FILE_BINARY, LOG_FILE_PIPE, logbuffer, m_data, m_logfile, and N_LOGFILE_TYPES.
LogFlushData::LINK | ( | LogFlushData | , | |
link | ||||
) |
Definition at line 320 of file Log.h.
Referenced by ~LogFlushData().
void* LogFlushData::m_data |
Definition at line 321 of file Log.h.
Referenced by Log::flush_thread_main(), and ~LogFlushData().
Definition at line 322 of file Log.h.
Referenced by Log::flush_thread_main().
Definition at line 319 of file Log.h.
Referenced by Log::flush_thread_main(), and ~LogFlushData().