22 #ifndef MAMA_LOF_FILE_CPP_H__
23 #define MAMA_LOF_FILE_CPP_H__
50 static void setMaxSize (
unsigned long newMax);
59 static void setNumBackups (
unsigned int newNum);
67 static void setAppendMode (
bool append);
78 static void enableLogging (
const char* file, MamaLogLevel level);
83 static void disableLogging(
void );
89 static bool loggingToFile(
void );
94 static void rollFiles();
104 #endif // MAMA_LOF_FILE_CPP_H__
Definition: MamaBasicSubscription.h:27
The MamaLogFile class provides a single interface for the configuration and control of Mama logging a...
Definition: MamaLogFile.h:39