MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces | Macros | Typedefs | Functions
logger.cpp File Reference
#include "logger.h"
#include <boost/log/attributes/scoped_attribute.hpp>
#include <boost/log/core/core.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/sinks/text_multifile_backend.hpp>
#include <boost/log/sources/logger.hpp>
#include <boost/log/sources/record_ostream.hpp>
#include <boost/log/sources/severity_channel_logger.hpp>
#include <boost/log/sources/severity_logger.hpp>
#include <boost/log/utility/setup/common_attributes.hpp>
#include <boost/log/utility/setup/console.hpp>
#include <boost/log/utility/setup/file.hpp>
#include <fmt/format.h>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/log/support/date_time.hpp>
#include <chrono>
#include <ctime>
#include "utility/constants.h"
Include dependency graph for logger.cpp:

Classes

struct  tag::id_channel
 

Namespaces

 tag
 
 encrypto
 
 encrypto::motion
 

Macros

#define _POSIX_C_SOURCE   1
 

Typedefs

typedef ::boost::log::expressions::attribute_keyword< tag::id_channelid_channel_type
 

Functions

const BOOST_PP_CAT (id_channel, _type) id_channel
 

Macro Definition Documentation

◆ _POSIX_C_SOURCE

#define _POSIX_C_SOURCE   1

Typedef Documentation

◆ id_channel_type

typedef ::boost::log::expressions::attribute_keyword< tag::id_channel > id_channel_type

Function Documentation

◆ BOOST_PP_CAT()

const BOOST_PP_CAT ( id_channel  ,
_type   
)
inline