7 #ifndef Svc_ComLogger_HPP 8 #define Svc_ComLogger_HPP 39 ComLogger(
const char* compName,
const char* filePrefix, U32 maxFileSize,
bool storeBufferLength=
true);
51 void init_log_file(
const char* filePrefix, U32 maxFileSize,
bool storeBufferLength=
true);
67 void CloseFile_cmdHandler(
97 bool m_writeErrorOccurred;
98 bool m_openErrorOccurred;
99 bool m_storeBufferLength;
111 void writeComBufferToFile(
PlatformIntType NATIVE_INT_TYPE
void init_log_file(const char *filePrefix, U32 maxFileSize, bool storeBufferLength=true)
ComLogger(const char *compName, const char *filePrefix, U32 maxFileSize, bool storeBufferLength=true)
Auto-generated base for ComLogger component.