|
pstore2
|
#include "pstore/os/logging.hpp"#include <algorithm>#include <array>#include <atomic>#include <bitset>#include <cstdio>#include <cstring>#include <stdexcept>#include <system_error>#include "pstore/config/config.hpp"#include "pstore/os/rotating_log.hpp"#include "pstore/os/time.hpp"#include "pstore/support/error.hpp"#include "pstore/support/portab.hpp"
Enumerations | |
| enum | handlers : unsigned |
Functions | |
| void | pstore::create_log_stream (std::string const &ident) |
1.8.13