RESTinio
|
#include <string>
#include <iostream>
#include <chrono>
#include <mutex>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/time.h>
Go to the source code of this file.
Classes | |
struct | restinio::null_lock_t |
Fake lock. More... | |
class | restinio::ostream_logger_t< Lock > |
Logger for std::ostream. More... | |
Namespaces | |
restinio | |
Typedefs | |
using | restinio::single_threaded_ostream_logger_t = ostream_logger_t< null_lock_t > |
using | restinio::shared_ostream_logger_t = ostream_logger_t< std::mutex > |