pstore2
Classes | Typedefs
rotating_log.hpp File Reference

Implements a file-based rotating log for basic_logger. More...

#include <iostream>
#include <limits>
#include <sstream>
#include <type_traits>
#include "pstore/os/logging.hpp"
Include dependency graph for rotating_log.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstore::basic_rotating_log< StreamTraits, FileSystemTraits >
 

Typedefs

using pstore::rotating_log = basic_rotating_log< fstream_traits, file_system_traits >
 

Detailed Description

Implements a file-based rotating log for basic_logger.