38#ifndef BLOCXX_FILE_APPENDER_HPP_INCLUDE_GUARD_
39#define BLOCXX_FILE_APPENDER_HPP_INCLUDE_GUARD_
40#include "blocxx/BLOCXX_config.h"
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;
This class sends log messges to a file.
static const GlobalString STR_DEFAULT_MESSAGE_PATTERN
unsigned int m_maxBackupIndex
This class can be used to store a global variable that is lazily initialized in a thread safe manner.
This String class is an abstract data type that represents as NULL terminated string of characters.