Definitions for Cronolog. More...
#include <Common/Compat.h>
#include "Cronolog.h"
#include <Common/FileUtils.h>
#include <Common/Logger.h>
#include <Common/String.h>
#include <boost/algorithm/string.hpp>
#include <cerrno>
#include <cstdio>
#include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Definitions for Cronolog.
This file contains type definitions for Cronolog, a class that provides a time based rotating log similar to that of cronolog (http://cronolog.org/)
Definition in file Cronolog.cc.