34 #ifndef BLOCXX_MULTI_PROCESS_FILE_APPENDER_HPP_INCLUDE_GUARD_
35 #define BLOCXX_MULTI_PROCESS_FILE_APPENDER_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
47 namespace BLOCXX_NAMESPACE
57 static const unsigned int NO_MAX_LOG_SIZE = 0;
69 UInt32 maxBackupIndex);
74 virtual void doProcessLogMessage(
const String& formattedMessage,
const LogMessage& message)
const;
This String class is an abstract data type that represents as NULL terminated string of characters...
This class sends log messges to a file, for use when there may be multiple processes logging to the s...
The purpose of the File class is to provide an abstraction layer over the platform dependant function...
unsigned m_maxBackupIndex