Go to the documentation of this file.
38 #ifndef BLOCXX_FILE_APPENDER_HPP_INCLUDE_GUARD_
39 #define BLOCXX_FILE_APPENDER_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
48 namespace BLOCXX_NAMESPACE
57 static UInt64
const NO_MAX_LOG_SIZE = 0;
58 static unsigned int const NO_MAX_BACKUP_INDEX = 0;
65 unsigned int maxBackupIndex,
72 virtual void doProcessLogMessage(
const String& formattedMessage,
const LogMessage& message)
const;