MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <atomic>
#include <boost/log/sinks/sync_frontend.hpp>
#include <boost/log/sinks/text_file_backend.hpp>
#include <boost/log/sources/severity_channel_logger.hpp>
#include <boost/log/trivial.hpp>
#include <memory>
#include <mutex>
Go to the source code of this file.
Classes | |
class | encrypto::motion::Logger |
Namespaces | |
encrypto | |
encrypto::motion | |
Typedefs | |
using | encrypto::motion::LoggerType = boost::log::sources::severity_channel_logger< boost::log::trivial::severity_level, std::size_t > |