Go to the documentation of this file.
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;