#include <ctime>
#include <sstream>
#include <iostream>
#include <errno.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <csignal>
#include <cstring>
#include "Logger.h"
#include "Cache.h"
#include "functions.h"
Go to the source code of this file.
Functions | |
void * | loggerThread (void *arg) |
logger thread main function | |
void | loggerHandler (int n) |
function catching SIGUSR1 sent to logger threads |
Definition in file Logger.cpp.